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