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