pub struct BindIndexBufferIndirectCommandNVBuilder { /* private fields */ }Expand description
Builder for BindIndexBufferIndirectCommandNV.
Implementations§
Source§impl BindIndexBufferIndirectCommandNVBuilder
impl BindIndexBufferIndirectCommandNVBuilder
pub fn buffer_address( self, value: u64, ) -> BindIndexBufferIndirectCommandNVBuilder
pub fn size(self, value: u32) -> BindIndexBufferIndirectCommandNVBuilder
pub fn index_type( self, value: IndexType, ) -> BindIndexBufferIndirectCommandNVBuilder
Trait Implementations§
Source§impl Deref for BindIndexBufferIndirectCommandNVBuilder
impl Deref for BindIndexBufferIndirectCommandNVBuilder
Source§type Target = BindIndexBufferIndirectCommandNV
type Target = BindIndexBufferIndirectCommandNV
The resulting type after dereferencing.
Auto Trait Implementations§
impl Freeze for BindIndexBufferIndirectCommandNVBuilder
impl RefUnwindSafe for BindIndexBufferIndirectCommandNVBuilder
impl Send for BindIndexBufferIndirectCommandNVBuilder
impl Sync for BindIndexBufferIndirectCommandNVBuilder
impl Unpin for BindIndexBufferIndirectCommandNVBuilder
impl UnsafeUnpin for BindIndexBufferIndirectCommandNVBuilder
impl UnwindSafe for BindIndexBufferIndirectCommandNVBuilder
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