#[repr(u32)]pub enum CullFace {
Front = 1_028,
Back = 1_029,
FrontAndBack = 1_032,
}
Variants§
Trait Implementations§
Source§impl CachedSettings for CullFace
impl CachedSettings for CullFace
fn set(gl: &Gl, value: &Self)
fn read_cached(cache: &impl Deref<Target = SettingsCache>) -> Self
fn write_cached(cache: &mut impl DerefMut<Target = SettingsCache>, value: &Self)
Source§impl TryFromPrimitive for CullFace
impl TryFromPrimitive for CullFace
impl Copy for CullFace
impl Eq for CullFace
impl StructuralPartialEq for CullFace
Auto Trait Implementations§
impl Freeze for CullFace
impl RefUnwindSafe for CullFace
impl Send for CullFace
impl Sync for CullFace
impl Unpin for CullFace
impl UnwindSafe for CullFace
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