#[repr(transparent)]pub struct WGPUCullMode(pub c_int);Tuple Fields§
§0: c_intImplementations§
Trait Implementations§
Source§impl Clone for WGPUCullMode
impl Clone for WGPUCullMode
Source§fn clone(&self) -> WGPUCullMode
fn clone(&self) -> WGPUCullMode
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 WGPUCullMode
impl Debug for WGPUCullMode
Source§impl Hash for WGPUCullMode
impl Hash for WGPUCullMode
Source§impl Ord for WGPUCullMode
impl Ord for WGPUCullMode
Source§fn cmp(&self, other: &WGPUCullMode) -> Ordering
fn cmp(&self, other: &WGPUCullMode) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WGPUCullMode
impl PartialEq for WGPUCullMode
Source§impl PartialOrd for WGPUCullMode
impl PartialOrd for WGPUCullMode
impl Copy for WGPUCullMode
impl Eq for WGPUCullMode
impl StructuralPartialEq for WGPUCullMode
Auto Trait Implementations§
impl Freeze for WGPUCullMode
impl RefUnwindSafe for WGPUCullMode
impl Send for WGPUCullMode
impl Sync for WGPUCullMode
impl Unpin for WGPUCullMode
impl UnwindSafe for WGPUCullMode
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