Struct ash::vk::DispatchIndirectCommand
source · #[repr(C)]pub struct DispatchIndirectCommand {
pub x: u32,
pub y: u32,
pub z: u32,
}
Expand description
Fields§
§x: u32
§y: u32
§z: u32
Implementations§
source§impl DispatchIndirectCommand
impl DispatchIndirectCommand
pub fn builder<'a>() -> DispatchIndirectCommandBuilder<'a>
Trait Implementations§
source§impl Clone for DispatchIndirectCommand
impl Clone for DispatchIndirectCommand
source§fn clone(&self) -> DispatchIndirectCommand
fn clone(&self) -> DispatchIndirectCommand
Returns a copy 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 Debug for DispatchIndirectCommand
impl Debug for DispatchIndirectCommand
source§impl Default for DispatchIndirectCommand
impl Default for DispatchIndirectCommand
source§fn default() -> DispatchIndirectCommand
fn default() -> DispatchIndirectCommand
Returns the “default value” for a type. Read more
impl Copy for DispatchIndirectCommand
Auto Trait Implementations§
impl Freeze for DispatchIndirectCommand
impl RefUnwindSafe for DispatchIndirectCommand
impl Send for DispatchIndirectCommand
impl Sync for DispatchIndirectCommand
impl Unpin for DispatchIndirectCommand
impl UnwindSafe for DispatchIndirectCommand
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