pub struct BindVertexBufferIndirectCommandNVBuilder { /* private fields */ }Expand description
Builder for BindVertexBufferIndirectCommandNV.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BindVertexBufferIndirectCommandNVBuilder
impl RefUnwindSafe for BindVertexBufferIndirectCommandNVBuilder
impl Send for BindVertexBufferIndirectCommandNVBuilder
impl Sync for BindVertexBufferIndirectCommandNVBuilder
impl Unpin for BindVertexBufferIndirectCommandNVBuilder
impl UnsafeUnpin for BindVertexBufferIndirectCommandNVBuilder
impl UnwindSafe for BindVertexBufferIndirectCommandNVBuilder
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