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