#[repr(C)]pub struct PhysicalDeviceDeviceGeneratedCommandsFeaturesNV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub device_generated_commands: u32,
}Expand description
VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV
Provided by VK_NV_device_generated_commands.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEVICE_GENERATED_COMMANDS_FEATURES_NV.
p_next: *mut c_voidOptional, may be null.
device_generated_commands: u32Implementations§
Source§impl PhysicalDeviceDeviceGeneratedCommandsFeaturesNV
impl PhysicalDeviceDeviceGeneratedCommandsFeaturesNV
Sourcepub fn builder<'a>() -> PhysicalDeviceDeviceGeneratedCommandsFeaturesNVBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceDeviceGeneratedCommandsFeaturesNVBuilder<'a>
Returns a builder for this struct with sType pre-filled.
Trait Implementations§
Source§impl Clone for PhysicalDeviceDeviceGeneratedCommandsFeaturesNV
impl Clone for PhysicalDeviceDeviceGeneratedCommandsFeaturesNV
Source§fn clone(&self) -> PhysicalDeviceDeviceGeneratedCommandsFeaturesNV
fn clone(&self) -> PhysicalDeviceDeviceGeneratedCommandsFeaturesNV
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 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 UnsafeUnpin 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