#[repr(C)]pub struct WGPUVertexState {
pub nextInChain: *mut WGPUChainedStruct,
pub module: WGPUShaderModule,
pub entryPoint: WGPUStringView,
pub constantCount: usize,
pub constants: *const WGPUConstantEntry,
pub bufferCount: usize,
pub buffers: *const WGPUVertexBufferLayout,
}Fields§
§nextInChain: *mut WGPUChainedStruct§module: WGPUShaderModule§entryPoint: WGPUStringView§constantCount: usize§constants: *const WGPUConstantEntry§bufferCount: usize§buffers: *const WGPUVertexBufferLayoutTrait Implementations§
Source§impl Clone for WGPUVertexState
impl Clone for WGPUVertexState
Source§fn clone(&self) -> WGPUVertexState
fn clone(&self) -> WGPUVertexState
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 WGPUVertexState
impl Debug for WGPUVertexState
Source§impl Default for WGPUVertexState
impl Default for WGPUVertexState
Source§impl Hash for WGPUVertexState
impl Hash for WGPUVertexState
Source§impl Ord for WGPUVertexState
impl Ord for WGPUVertexState
Source§fn cmp(&self, other: &WGPUVertexState) -> Ordering
fn cmp(&self, other: &WGPUVertexState) -> 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 WGPUVertexState
impl PartialEq for WGPUVertexState
Source§impl PartialOrd for WGPUVertexState
impl PartialOrd for WGPUVertexState
impl Copy for WGPUVertexState
impl Eq for WGPUVertexState
impl StructuralPartialEq for WGPUVertexState
Auto Trait Implementations§
impl Freeze for WGPUVertexState
impl RefUnwindSafe for WGPUVertexState
impl !Send for WGPUVertexState
impl !Sync for WGPUVertexState
impl Unpin for WGPUVertexState
impl UnwindSafe for WGPUVertexState
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