Struct ash::vk::definitions::PhysicalDeviceMaintenance4Features
source · #[repr(C)]pub struct PhysicalDeviceMaintenance4Features<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub maintenance4: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§maintenance4: Bool32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDeviceMaintenance4Features<'a>
impl<'a> PhysicalDeviceMaintenance4Features<'a>
pub fn maintenance4(self, maintenance4: bool) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDeviceMaintenance4Features<'a>
impl<'a> Clone for PhysicalDeviceMaintenance4Features<'a>
source§fn clone(&self) -> PhysicalDeviceMaintenance4Features<'a>
fn clone(&self) -> PhysicalDeviceMaintenance4Features<'a>
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<'a> Debug for PhysicalDeviceMaintenance4Features<'a>
impl<'a> Debug for PhysicalDeviceMaintenance4Features<'a>
source§impl Default for PhysicalDeviceMaintenance4Features<'_>
impl Default for PhysicalDeviceMaintenance4Features<'_>
source§impl<'a> TaggedStructure for PhysicalDeviceMaintenance4Features<'a>
impl<'a> TaggedStructure for PhysicalDeviceMaintenance4Features<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES
impl<'a> Copy for PhysicalDeviceMaintenance4Features<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceMaintenance4Features<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceMaintenance4Features<'_>
impl Send for PhysicalDeviceMaintenance4Features<'_>
impl Sync for PhysicalDeviceMaintenance4Features<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceMaintenance4Features<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceMaintenance4Features<'a>
impl<'a> Unpin for PhysicalDeviceMaintenance4Features<'a>
impl<'a> UnwindSafe for PhysicalDeviceMaintenance4Features<'a>
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