pub struct BindIndexBufferIndirectCommandNVBuilder { /* private fields */ }Expand description
Builder for BindIndexBufferIndirectCommandNV.
Implementations§
Source§impl BindIndexBufferIndirectCommandNVBuilder
impl BindIndexBufferIndirectCommandNVBuilder
pub fn buffer_address(self, value: u64) -> Self
pub fn size(self, value: u32) -> Self
pub fn index_type(self, value: IndexType) -> Self
Trait Implementations§
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