#[repr(C)]pub struct BindVertexBufferIndirectCommandNV {
pub buffer_address: u64,
pub size: u32,
pub stride: u32,
}Expand description
Fields
buffer_address: u64size: u32stride: u32Implementations
sourceimpl BindVertexBufferIndirectCommandNV
impl BindVertexBufferIndirectCommandNV
pub fn builder<'a>() -> BindVertexBufferIndirectCommandNVBuilder<'a>
Trait Implementations
sourceimpl Clone for BindVertexBufferIndirectCommandNV
impl Clone for BindVertexBufferIndirectCommandNV
sourcefn clone(&self) -> BindVertexBufferIndirectCommandNV
fn clone(&self) -> BindVertexBufferIndirectCommandNV
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for BindVertexBufferIndirectCommandNV
impl Default for BindVertexBufferIndirectCommandNV
sourcefn default() -> BindVertexBufferIndirectCommandNV
fn default() -> BindVertexBufferIndirectCommandNV
Returns the “default value” for a type. Read more
impl Copy for BindVertexBufferIndirectCommandNV
Auto Trait Implementations
impl RefUnwindSafe for BindVertexBufferIndirectCommandNV
impl Send for BindVertexBufferIndirectCommandNV
impl Sync for BindVertexBufferIndirectCommandNV
impl Unpin for BindVertexBufferIndirectCommandNV
impl UnwindSafe for BindVertexBufferIndirectCommandNV
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more