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