#[repr(C)]pub struct SetStateFlagsIndirectCommandNV {
pub data: u32,
}Expand description
Fields
data: u32Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for SetStateFlagsIndirectCommandNV
impl Sync for SetStateFlagsIndirectCommandNV
impl Unpin for SetStateFlagsIndirectCommandNV
impl UnwindSafe for SetStateFlagsIndirectCommandNV
Blanket Implementations
Mutably borrows from an owned value. Read more