#[repr(u32)]pub enum WGPUFrontFace {
Undefined = 0,
CCW = 1,
CW = 2,
}Variants§
Implementations§
Source§impl WGPUFrontFace
impl 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 Display for WGPUFrontFace
impl Display for WGPUFrontFace
Source§impl<'_derivative_strum> From<&'_derivative_strum WGPUFrontFace> for &'static str
impl<'_derivative_strum> From<&'_derivative_strum WGPUFrontFace> for &'static str
Source§fn from(x: &'_derivative_strum WGPUFrontFace) -> &'static str
fn from(x: &'_derivative_strum WGPUFrontFace) -> &'static str
Converts to this type from the input type.
Source§impl From<WGPUFrontFace> for &'static str
impl From<WGPUFrontFace> for &'static str
Source§fn from(x: WGPUFrontFace) -> &'static str
fn from(x: WGPUFrontFace) -> &'static str
Converts to this type from the input type.
Source§impl FromStr for WGPUFrontFace
impl FromStr for WGPUFrontFace
Source§impl Hash for WGPUFrontFace
impl Hash for WGPUFrontFace
Source§impl PartialEq for WGPUFrontFace
impl PartialEq for WGPUFrontFace
Source§impl TryFrom<&str> for WGPUFrontFace
impl TryFrom<&str> 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