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