#[repr(transparent)]pub struct WGPUFrontFace(pub c_int);Tuple Fields§
§0: c_intImplementations§
Source§impl WGPUFrontFace
impl WGPUFrontFace
pub const WGPUFrontFace_Undefined: WGPUFrontFace
Source§impl WGPUFrontFace
impl WGPUFrontFace
pub const WGPUFrontFace_CCW: WGPUFrontFace
Source§impl WGPUFrontFace
impl WGPUFrontFace
pub const WGPUFrontFace_CW: WGPUFrontFace
Source§impl WGPUFrontFace
impl WGPUFrontFace
pub const WGPUFrontFace_Force32: WGPUFrontFace
Trait Implementations§
Source§impl Clone for WGPUFrontFace
impl Clone for WGPUFrontFace
Source§fn clone(&self) -> WGPUFrontFace
fn clone(&self) -> WGPUFrontFace
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 WGPUFrontFace
impl Debug for WGPUFrontFace
Source§impl Hash for WGPUFrontFace
impl Hash for WGPUFrontFace
Source§impl Ord for WGPUFrontFace
impl Ord for WGPUFrontFace
Source§fn cmp(&self, other: &WGPUFrontFace) -> Ordering
fn cmp(&self, other: &WGPUFrontFace) -> 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 WGPUFrontFace
impl PartialEq for WGPUFrontFace
Source§impl PartialOrd for WGPUFrontFace
impl PartialOrd for WGPUFrontFace
impl Copy for WGPUFrontFace
impl Eq for WGPUFrontFace
impl StructuralPartialEq for WGPUFrontFace
Auto Trait Implementations§
impl Freeze for WGPUFrontFace
impl RefUnwindSafe for WGPUFrontFace
impl Send for WGPUFrontFace
impl Sync for WGPUFrontFace
impl Unpin for WGPUFrontFace
impl UnwindSafe for WGPUFrontFace
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