#[repr(C)]pub struct WGPUPrimitiveState {
pub nextInChain: *mut WGPUChainedStruct,
pub topology: c_int,
pub stripIndexFormat: c_int,
pub frontFace: c_int,
pub cullMode: c_int,
pub unclippedDepth: WGPUBool,
}Fields§
§nextInChain: *mut WGPUChainedStruct§topology: c_int§stripIndexFormat: c_int§frontFace: c_int§cullMode: c_int§unclippedDepth: WGPUBoolTrait Implementations§
Source§impl Clone for WGPUPrimitiveState
impl Clone for WGPUPrimitiveState
Source§fn clone(&self) -> WGPUPrimitiveState
fn clone(&self) -> WGPUPrimitiveState
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 WGPUPrimitiveState
impl Debug for WGPUPrimitiveState
impl Copy for WGPUPrimitiveState
Auto Trait Implementations§
impl Freeze for WGPUPrimitiveState
impl RefUnwindSafe for WGPUPrimitiveState
impl !Send for WGPUPrimitiveState
impl !Sync for WGPUPrimitiveState
impl Unpin for WGPUPrimitiveState
impl UnwindSafe for WGPUPrimitiveState
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