#[repr(C)]
pub union NVME_CDW11_FEATURE_POWER_MANAGEMENT {
pub Anonymous: NVME_CDW11_FEATURE_POWER_MANAGEMENT_0,
pub AsUlong: u32,
}
Fields§
§Anonymous: NVME_CDW11_FEATURE_POWER_MANAGEMENT_0
§AsUlong: u32
Trait Implementations§
impl Copy for NVME_CDW11_FEATURE_POWER_MANAGEMENT
Auto Trait Implementations§
impl RefUnwindSafe for NVME_CDW11_FEATURE_POWER_MANAGEMENT
impl Send for NVME_CDW11_FEATURE_POWER_MANAGEMENT
impl Sync for NVME_CDW11_FEATURE_POWER_MANAGEMENT
impl Unpin for NVME_CDW11_FEATURE_POWER_MANAGEMENT
impl UnwindSafe for NVME_CDW11_FEATURE_POWER_MANAGEMENT
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