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