#[repr(u32)]pub enum rlCullMode {
RL_CULL_FACE_FRONT = 0,
RL_CULL_FACE_BACK = 1,
}Variants§
Trait Implementations§
Source§impl Clone for rlCullMode
impl Clone for rlCullMode
Source§fn clone(&self) -> rlCullMode
fn clone(&self) -> rlCullMode
Returns a duplicate of the value. Read more
1.0.0 · 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 rlCullMode
impl Debug for rlCullMode
Source§impl Hash for rlCullMode
impl Hash for rlCullMode
Source§impl PartialEq for rlCullMode
impl PartialEq for rlCullMode
impl Copy for rlCullMode
impl Eq for rlCullMode
impl StructuralPartialEq for rlCullMode
Auto Trait Implementations§
impl Freeze for rlCullMode
impl RefUnwindSafe for rlCullMode
impl Send for rlCullMode
impl Sync for rlCullMode
impl Unpin for rlCullMode
impl UnwindSafe for rlCullMode
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