#[repr(C)]pub struct BindVertexBufferIndirectCommandNV {
pub bufferAddress: DeviceAddress,
pub size: u32,
pub stride: u32,
}Fields§
§bufferAddress: DeviceAddress§size: u32§stride: u32Trait Implementations§
Source§impl Clone for BindVertexBufferIndirectCommandNV
impl Clone for BindVertexBufferIndirectCommandNV
Source§fn clone(&self) -> BindVertexBufferIndirectCommandNV
fn clone(&self) -> BindVertexBufferIndirectCommandNV
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 moreimpl Copy for BindVertexBufferIndirectCommandNV
Auto Trait Implementations§
impl Freeze for BindVertexBufferIndirectCommandNV
impl RefUnwindSafe for BindVertexBufferIndirectCommandNV
impl Send for BindVertexBufferIndirectCommandNV
impl Sync for BindVertexBufferIndirectCommandNV
impl Unpin for BindVertexBufferIndirectCommandNV
impl UnwindSafe for BindVertexBufferIndirectCommandNV
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