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