#[repr(C)]pub struct PhysicalDeviceMaintenance4Features {
pub sType: StructureType,
pub pNext: *mut c_void,
pub maintenance4: Bool32,
}Fields§
§sType: StructureType§pNext: *mut c_void§maintenance4: Bool32Trait Implementations§
Source§impl Clone for PhysicalDeviceMaintenance4Features
impl Clone for PhysicalDeviceMaintenance4Features
Source§fn clone(&self) -> PhysicalDeviceMaintenance4Features
fn clone(&self) -> PhysicalDeviceMaintenance4Features
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 moreimpl Copy 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