Struct ash::vk::PhysicalDeviceMaintenance4Features
source · #[repr(C)]pub struct PhysicalDeviceMaintenance4Features {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub maintenance4: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§maintenance4: Bool32
Implementations§
source§impl PhysicalDeviceMaintenance4Features
impl PhysicalDeviceMaintenance4Features
pub fn builder<'a>() -> PhysicalDeviceMaintenance4FeaturesBuilder<'a>
Trait Implementations§
source§impl Clone for PhysicalDeviceMaintenance4Features
impl Clone for PhysicalDeviceMaintenance4Features
source§fn clone(&self) -> PhysicalDeviceMaintenance4Features
fn clone(&self) -> PhysicalDeviceMaintenance4Features
Returns a copy 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 TaggedStructure for PhysicalDeviceMaintenance4Features
impl TaggedStructure for PhysicalDeviceMaintenance4Features
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES
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 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