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