[−][src]Enum glium::Handle
Handle to a shader or a program.
Variants
Id(c_uint)
A numeric identifier.
Handle(c_uint)
A GLhandleARB
.
Trait Implementations
impl Clone for Handle
[src][+]
impl Copy for Handle
[src]
impl Debug for Handle
[src][+]
impl Eq for Handle
[src]
impl Hash for Handle
[src][+]
impl PartialEq<Handle> for Handle
[src][+]
impl Send for Handle
[src]
impl StructuralEq for Handle
[src]
impl StructuralPartialEq for Handle
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Content for T where
T: Copy,
[src][+]
T: Copy,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,