pub struct DrawIndirectCountIndirectCommandEXTBuilder { /* private fields */ }Expand description
Builder for DrawIndirectCountIndirectCommandEXT.
Implementations§
Source§impl DrawIndirectCountIndirectCommandEXTBuilder
impl DrawIndirectCountIndirectCommandEXTBuilder
pub fn buffer_address(self, value: u64) -> Self
pub fn stride(self, value: u32) -> Self
pub fn command_count(self, value: u32) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DrawIndirectCountIndirectCommandEXTBuilder
impl RefUnwindSafe for DrawIndirectCountIndirectCommandEXTBuilder
impl Send for DrawIndirectCountIndirectCommandEXTBuilder
impl Sync for DrawIndirectCountIndirectCommandEXTBuilder
impl Unpin for DrawIndirectCountIndirectCommandEXTBuilder
impl UnsafeUnpin for DrawIndirectCountIndirectCommandEXTBuilder
impl UnwindSafe for DrawIndirectCountIndirectCommandEXTBuilder
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