pub enum GlCapability {
Blend,
CullFace,
DepthTest,
Dither,
Multisample,
PolygonOffsetFill,
PrimitiveRestartFixedIndex,
ScissorTest,
StencilTest,
}Variants§
Blend
CullFace
DepthTest
Dither
Multisample
PolygonOffsetFill
PrimitiveRestartFixedIndex
ScissorTest
StencilTest
Trait Implementations§
Source§impl Clone for GlCapability
impl Clone for GlCapability
Source§fn clone(&self) -> GlCapability
fn clone(&self) -> GlCapability
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GlCapability
impl Debug for GlCapability
impl Copy for GlCapability
Auto Trait Implementations§
impl Freeze for GlCapability
impl RefUnwindSafe for GlCapability
impl Send for GlCapability
impl Sync for GlCapability
impl Unpin for GlCapability
impl UnsafeUnpin for GlCapability
impl UnwindSafe for GlCapability
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more