Enum glium::Handle 
                   
                       [−]
                   
               [src]
pub enum Handle {
    Id(c_uint),
    Handle(c_uint),
}Handle to a shader or a program.
Variants
Id(c_uint)A numberic identifier.
Handle(c_uint)A GLhandleARB.
Trait Implementations
impl PartialEq for Handle[src]
fn eq(&self, __arg_0: &Handle) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Handle) -> bool[src]
This method tests for !=.
impl Eq for Handle[src]
impl Copy for Handle[src]
impl Clone for Handle[src]
fn clone(&self) -> Handle[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for Handle[src]
impl Hash for Handle[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)[src]
Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher, 1.3.0[src]
H: Hasher,
Feeds a slice of this type into the given [Hasher]. Read more