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