#[repr(C)]pub struct PhysicalDeviceMaintenance9FeaturesKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub maintenance9: u32,
}Expand description
VkPhysicalDeviceMaintenance9FeaturesKHR
Provided by VK_KHR_maintenance9.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_9_FEATURES_KHR.
p_next: *mut c_voidOptional, may be null.
maintenance9: u32Implementations§
Source§impl PhysicalDeviceMaintenance9FeaturesKHR
impl PhysicalDeviceMaintenance9FeaturesKHR
Sourcepub fn builder<'a>() -> PhysicalDeviceMaintenance9FeaturesKHRBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceMaintenance9FeaturesKHRBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceMaintenance9FeaturesKHR
impl Clone for PhysicalDeviceMaintenance9FeaturesKHR
Source§fn clone(&self) -> PhysicalDeviceMaintenance9FeaturesKHR
fn clone(&self) -> PhysicalDeviceMaintenance9FeaturesKHR
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 moreimpl Copy for PhysicalDeviceMaintenance9FeaturesKHR
impl ExtendsDeviceCreateInfo for PhysicalDeviceMaintenance9FeaturesKHR
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceMaintenance9FeaturesKHR
Auto Trait Implementations§
impl Freeze for PhysicalDeviceMaintenance9FeaturesKHR
impl RefUnwindSafe for PhysicalDeviceMaintenance9FeaturesKHR
impl !Send for PhysicalDeviceMaintenance9FeaturesKHR
impl !Sync for PhysicalDeviceMaintenance9FeaturesKHR
impl Unpin for PhysicalDeviceMaintenance9FeaturesKHR
impl UnsafeUnpin for PhysicalDeviceMaintenance9FeaturesKHR
impl UnwindSafe for PhysicalDeviceMaintenance9FeaturesKHR
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