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