#[repr(C)]pub struct WGPUVertexBufferLayout {
pub nextInChain: *mut WGPUChainedStruct,
pub stepMode: c_int,
pub arrayStride: u64,
pub attributeCount: usize,
pub attributes: *const WGPUVertexAttribute,
}Fields§
§nextInChain: *mut WGPUChainedStruct§stepMode: c_int§arrayStride: u64§attributeCount: usize§attributes: *const WGPUVertexAttributeTrait Implementations§
Source§impl Clone for WGPUVertexBufferLayout
impl Clone for WGPUVertexBufferLayout
Source§fn clone(&self) -> WGPUVertexBufferLayout
fn clone(&self) -> WGPUVertexBufferLayout
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 WGPUVertexBufferLayout
impl Debug for WGPUVertexBufferLayout
impl Copy for WGPUVertexBufferLayout
Auto Trait Implementations§
impl Freeze for WGPUVertexBufferLayout
impl RefUnwindSafe for WGPUVertexBufferLayout
impl !Send for WGPUVertexBufferLayout
impl !Sync for WGPUVertexBufferLayout
impl Unpin for WGPUVertexBufferLayout
impl UnwindSafe for WGPUVertexBufferLayout
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