#[repr(C)]pub struct SetStateFlagsIndirectCommandNV {
pub data: u32,
}Expand description
Fields§
§data: u32Implementations§
Trait Implementations§
Source§impl Clone for SetStateFlagsIndirectCommandNV
impl Clone for SetStateFlagsIndirectCommandNV
Source§fn clone(&self) -> SetStateFlagsIndirectCommandNV
fn clone(&self) -> SetStateFlagsIndirectCommandNV
Returns a duplicate 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
Available on crate feature ext_device_generated_commands only.
impl Default for SetStateFlagsIndirectCommandNV
Available on crate feature
ext_device_generated_commands only.impl Copy for SetStateFlagsIndirectCommandNV
impl Send for SetStateFlagsIndirectCommandNV
Available on crate feature
ext_device_generated_commands only.impl Sync for SetStateFlagsIndirectCommandNV
Available on crate feature
ext_device_generated_commands only.Auto Trait Implementations§
impl Freeze for SetStateFlagsIndirectCommandNV
impl RefUnwindSafe 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