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