pub struct DispatchIndirectCommandBuilder { /* private fields */ }Expand description
A builder for VkDispatchIndirectCommand.
Implementations§
Source§impl DispatchIndirectCommandBuilder
impl DispatchIndirectCommandBuilder
pub fn new() -> DispatchIndirectCommandBuilder
pub fn x<'m>(self, x: u32) -> DispatchIndirectCommandBuilder
pub fn y<'m>(self, y: u32) -> DispatchIndirectCommandBuilder
pub fn z<'m>(self, z: u32) -> DispatchIndirectCommandBuilder
pub fn get_x<'a>(&'a self) -> u32
pub fn get_y<'a>(&'a self) -> u32
pub fn get_z<'a>(&'a self) -> u32
pub fn build(self) -> DispatchIndirectCommand
Trait Implementations§
Source§impl Clone for DispatchIndirectCommandBuilder
impl Clone for DispatchIndirectCommandBuilder
Source§fn clone(&self) -> DispatchIndirectCommandBuilder
fn clone(&self) -> DispatchIndirectCommandBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for DispatchIndirectCommandBuilder
impl Default for DispatchIndirectCommandBuilder
Source§fn default() -> DispatchIndirectCommandBuilder
fn default() -> DispatchIndirectCommandBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DispatchIndirectCommandBuilder
impl RefUnwindSafe for DispatchIndirectCommandBuilder
impl Send for DispatchIndirectCommandBuilder
impl Sync for DispatchIndirectCommandBuilder
impl Unpin 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