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