Union windows_sys::Win32::Storage::Nvme::NVME_CONTROLLER_CAPABILITIES
#[repr(C)]
pub union NVME_CONTROLLER_CAPABILITIES {
pub Anonymous: NVME_CONTROLLER_CAPABILITIES_0,
pub AsUlonglong: u64,
}
Fields§
§Anonymous: NVME_CONTROLLER_CAPABILITIES_0
§AsUlonglong: u64
Trait Implementations§
§impl Clone for NVME_CONTROLLER_CAPABILITIES
impl Clone for NVME_CONTROLLER_CAPABILITIES
impl Copy for NVME_CONTROLLER_CAPABILITIES
Auto Trait Implementations§
impl RefUnwindSafe for NVME_CONTROLLER_CAPABILITIES
impl Send for NVME_CONTROLLER_CAPABILITIES
impl Sync for NVME_CONTROLLER_CAPABILITIES
impl Unpin for NVME_CONTROLLER_CAPABILITIES
impl UnwindSafe for NVME_CONTROLLER_CAPABILITIES
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