Expand description
Fields
buffer: Bufferoffset: u64Implementations
sourceimpl IndirectCommandsStreamNV
impl IndirectCommandsStreamNV
pub fn builder<'a>() -> IndirectCommandsStreamNVBuilder<'a>
Trait Implementations
sourceimpl Clone for IndirectCommandsStreamNV
impl Clone for IndirectCommandsStreamNV
sourcefn clone(&self) -> IndirectCommandsStreamNV
fn clone(&self) -> IndirectCommandsStreamNV
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 Debug for IndirectCommandsStreamNV
impl Debug for IndirectCommandsStreamNV
sourceimpl Default for IndirectCommandsStreamNV
impl Default for IndirectCommandsStreamNV
sourcefn default() -> IndirectCommandsStreamNV
fn default() -> IndirectCommandsStreamNV
Returns the “default value” for a type. Read more
impl Copy for IndirectCommandsStreamNV
Auto Trait Implementations
impl RefUnwindSafe for IndirectCommandsStreamNV
impl Send for IndirectCommandsStreamNV
impl Sync for IndirectCommandsStreamNV
impl Unpin for IndirectCommandsStreamNV
impl UnwindSafe for IndirectCommandsStreamNV
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