#[repr(C)]pub struct PhysicalDeviceCommandBufferInheritanceFeaturesNV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub command_buffer_inheritance: u32,
}Expand description
VkPhysicalDeviceCommandBufferInheritanceFeaturesNV
Provided by VK_NV_command_buffer_inheritance.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COMMAND_BUFFER_INHERITANCE_FEATURES_NV.
p_next: *mut c_voidOptional, may be null.
command_buffer_inheritance: u32Implementations§
Source§impl PhysicalDeviceCommandBufferInheritanceFeaturesNV
impl PhysicalDeviceCommandBufferInheritanceFeaturesNV
Sourcepub fn builder<'a>() -> PhysicalDeviceCommandBufferInheritanceFeaturesNVBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceCommandBufferInheritanceFeaturesNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceCommandBufferInheritanceFeaturesNV
impl Clone for PhysicalDeviceCommandBufferInheritanceFeaturesNV
Source§fn clone(&self) -> PhysicalDeviceCommandBufferInheritanceFeaturesNV
fn clone(&self) -> PhysicalDeviceCommandBufferInheritanceFeaturesNV
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 PhysicalDeviceCommandBufferInheritanceFeaturesNV
impl Default for PhysicalDeviceCommandBufferInheritanceFeaturesNV
Source§fn default() -> PhysicalDeviceCommandBufferInheritanceFeaturesNV
fn default() -> PhysicalDeviceCommandBufferInheritanceFeaturesNV
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceCommandBufferInheritanceFeaturesNV
impl ExtendsDeviceCreateInfo for PhysicalDeviceCommandBufferInheritanceFeaturesNV
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceCommandBufferInheritanceFeaturesNV
Auto Trait Implementations§
impl Freeze for PhysicalDeviceCommandBufferInheritanceFeaturesNV
impl RefUnwindSafe for PhysicalDeviceCommandBufferInheritanceFeaturesNV
impl !Send for PhysicalDeviceCommandBufferInheritanceFeaturesNV
impl !Sync for PhysicalDeviceCommandBufferInheritanceFeaturesNV
impl Unpin for PhysicalDeviceCommandBufferInheritanceFeaturesNV
impl UnsafeUnpin for PhysicalDeviceCommandBufferInheritanceFeaturesNV
impl UnwindSafe for PhysicalDeviceCommandBufferInheritanceFeaturesNV
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