#[repr(C)]pub struct PhysicalDeviceDeviceGeneratedCommandsFeaturesNV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub device_generated_commands: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§device_generated_commands: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceDeviceGeneratedCommandsFeaturesNV
impl Clone for PhysicalDeviceDeviceGeneratedCommandsFeaturesNV
source§fn clone(&self) -> PhysicalDeviceDeviceGeneratedCommandsFeaturesNV
fn clone(&self) -> PhysicalDeviceDeviceGeneratedCommandsFeaturesNV
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 TaggedStructure for PhysicalDeviceDeviceGeneratedCommandsFeaturesNV
impl TaggedStructure for PhysicalDeviceDeviceGeneratedCommandsFeaturesNV
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_DEVICE_GENERATED_COMMANDS_FEATURES_NV
impl Copy for PhysicalDeviceDeviceGeneratedCommandsFeaturesNV
impl ExtendsDeviceCreateInfo for PhysicalDeviceDeviceGeneratedCommandsFeaturesNV
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceDeviceGeneratedCommandsFeaturesNV
Auto Trait Implementations§
impl Freeze for PhysicalDeviceDeviceGeneratedCommandsFeaturesNV
impl RefUnwindSafe for PhysicalDeviceDeviceGeneratedCommandsFeaturesNV
impl !Send for PhysicalDeviceDeviceGeneratedCommandsFeaturesNV
impl !Sync for PhysicalDeviceDeviceGeneratedCommandsFeaturesNV
impl Unpin for PhysicalDeviceDeviceGeneratedCommandsFeaturesNV
impl UnwindSafe for PhysicalDeviceDeviceGeneratedCommandsFeaturesNV
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