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