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
impl Copy for SetStateFlagsIndirectCommandNV
Auto Trait Implementations§
impl Freeze for SetStateFlagsIndirectCommandNV
impl RefUnwindSafe for SetStateFlagsIndirectCommandNV
impl Send for SetStateFlagsIndirectCommandNV
impl Sync for SetStateFlagsIndirectCommandNV
impl Unpin for SetStateFlagsIndirectCommandNV
impl UnwindSafe for SetStateFlagsIndirectCommandNV
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