#[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 copy 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 PartialEq for WGPUFrontFace
impl PartialEq 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