#[repr(C)]pub struct SetStateFlagsIndirectCommandNV {
pub data: u32,
}Expand description
VkSetStateFlagsIndirectCommandNV
Provided by VK_NV_device_generated_commands.
Fields§
§data: u32Implementations§
Source§impl SetStateFlagsIndirectCommandNV
impl SetStateFlagsIndirectCommandNV
Sourcepub fn builder() -> SetStateFlagsIndirectCommandNVBuilder
pub fn builder() -> SetStateFlagsIndirectCommandNVBuilder
Start building this struct.
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 moreimpl 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 UnsafeUnpin 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