Struct ash::vk::SetStateFlagsIndirectCommandNV
source · #[repr(C)]pub struct SetStateFlagsIndirectCommandNV {
pub data: u32,
}
Expand description
Fields§
§data: u32
Implementations§
source§impl SetStateFlagsIndirectCommandNV
impl SetStateFlagsIndirectCommandNV
pub fn builder<'a>() -> SetStateFlagsIndirectCommandNVBuilder<'a>
Trait Implementations§
source§impl Clone for SetStateFlagsIndirectCommandNV
impl Clone for SetStateFlagsIndirectCommandNV
source§fn clone(&self) -> SetStateFlagsIndirectCommandNV
fn clone(&self) -> SetStateFlagsIndirectCommandNV
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 Default for SetStateFlagsIndirectCommandNV
impl Default for SetStateFlagsIndirectCommandNV
source§fn default() -> SetStateFlagsIndirectCommandNV
fn default() -> SetStateFlagsIndirectCommandNV
Returns the “default value” for a type. Read more