#[repr(C)]pub struct SetStateFlagsIndirectCommandNV {
pub data: u32,
}Expand description
Fields
data: u32Implementations
sourceimpl SetStateFlagsIndirectCommandNV
impl SetStateFlagsIndirectCommandNV
pub fn builder<'a>() -> SetStateFlagsIndirectCommandNVBuilder<'a>
Trait Implementations
sourceimpl Clone for SetStateFlagsIndirectCommandNV
impl Clone for SetStateFlagsIndirectCommandNV
sourcefn clone(&self) -> SetStateFlagsIndirectCommandNV
fn clone(&self) -> SetStateFlagsIndirectCommandNV
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for SetStateFlagsIndirectCommandNV
impl Default for SetStateFlagsIndirectCommandNV
sourcefn default() -> SetStateFlagsIndirectCommandNV
fn default() -> SetStateFlagsIndirectCommandNV
Returns the “default value” for a type. Read more
impl Copy for SetStateFlagsIndirectCommandNV
Auto Trait Implementations
impl RefUnwindSafe for SetStateFlagsIndirectCommandNV
impl Send for SetStateFlagsIndirectCommandNV
impl Sync for SetStateFlagsIndirectCommandNV
impl Unpin for SetStateFlagsIndirectCommandNV
impl UnwindSafe for SetStateFlagsIndirectCommandNV
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more