#[repr(C)]pub struct PhysicalDeviceMaintenance6Features {
pub s_type: StructureType,
pub next: *mut c_void,
pub maintenance6: Bool32,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§maintenance6: Bool32Trait Implementations§
Source§impl Clone for PhysicalDeviceMaintenance6Features
impl Clone for PhysicalDeviceMaintenance6Features
Source§fn clone(&self) -> PhysicalDeviceMaintenance6Features
fn clone(&self) -> PhysicalDeviceMaintenance6Features
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 PartialEq for PhysicalDeviceMaintenance6Features
impl PartialEq for PhysicalDeviceMaintenance6Features
Source§fn eq(&self, other: &PhysicalDeviceMaintenance6Features) -> bool
fn eq(&self, other: &PhysicalDeviceMaintenance6Features) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicalDeviceMaintenance6Features
impl Eq for PhysicalDeviceMaintenance6Features
impl Send for PhysicalDeviceMaintenance6Features
impl StructuralPartialEq for PhysicalDeviceMaintenance6Features
impl Sync for PhysicalDeviceMaintenance6Features
Auto Trait Implementations§
impl Freeze for PhysicalDeviceMaintenance6Features
impl RefUnwindSafe for PhysicalDeviceMaintenance6Features
impl Unpin for PhysicalDeviceMaintenance6Features
impl UnwindSafe for PhysicalDeviceMaintenance6Features
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