#[repr(C)]pub struct PhysicalDeviceMaintenance4Features {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub maintenance4: u32,
}Expand description
Fields
s_type: StructureTypep_next: *mut c_voidmaintenance4: u32Implementations
sourceimpl PhysicalDeviceMaintenance4Features
impl PhysicalDeviceMaintenance4Features
pub fn builder<'a>() -> PhysicalDeviceMaintenance4FeaturesBuilder<'a>
Trait Implementations
sourceimpl Clone for PhysicalDeviceMaintenance4Features
impl Clone for PhysicalDeviceMaintenance4Features
sourcefn clone(&self) -> PhysicalDeviceMaintenance4Features
fn clone(&self) -> PhysicalDeviceMaintenance4Features
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for PhysicalDeviceMaintenance4Features
impl Default for PhysicalDeviceMaintenance4Features
sourcefn default() -> PhysicalDeviceMaintenance4Features
fn default() -> PhysicalDeviceMaintenance4Features
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceMaintenance4Features
impl ExtendsDeviceCreateInfo for PhysicalDeviceMaintenance4Features
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceMaintenance4Features
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceMaintenance4Features
impl !Send for PhysicalDeviceMaintenance4Features
impl !Sync for PhysicalDeviceMaintenance4Features
impl Unpin for PhysicalDeviceMaintenance4Features
impl UnwindSafe for PhysicalDeviceMaintenance4Features
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more