pub struct BindVertexBufferIndirectCommandNVBuilder { /* private fields */ }Expand description
Builder for BindVertexBufferIndirectCommandNV.
Implementations§
Source§impl BindVertexBufferIndirectCommandNVBuilder
impl BindVertexBufferIndirectCommandNVBuilder
pub fn buffer_address( self, value: u64, ) -> BindVertexBufferIndirectCommandNVBuilder
pub fn size(self, value: u32) -> BindVertexBufferIndirectCommandNVBuilder
pub fn stride(self, value: u32) -> BindVertexBufferIndirectCommandNVBuilder
Trait Implementations§
Source§impl Deref for BindVertexBufferIndirectCommandNVBuilder
impl Deref for BindVertexBufferIndirectCommandNVBuilder
Source§type Target = BindVertexBufferIndirectCommandNV
type Target = BindVertexBufferIndirectCommandNV
The resulting type after dereferencing.
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