Struct windows_sys::Win32::Storage::Nvme::NVME_RESERVATION_NOTIFICATION_LOG
#[repr(C)]pub struct NVME_RESERVATION_NOTIFICATION_LOG {
pub LogPageCount: u64,
pub LogPageType: u8,
pub AvailableLogPageCount: u8,
pub Reserved0: [u8; 2],
pub NameSpaceId: u32,
pub Reserved1: [u8; 48],
}
Fields§
§LogPageCount: u64
§LogPageType: u8
§AvailableLogPageCount: u8
§Reserved0: [u8; 2]
§NameSpaceId: u32
§Reserved1: [u8; 48]
Trait Implementations§
§impl Clone for NVME_RESERVATION_NOTIFICATION_LOG
impl Clone for NVME_RESERVATION_NOTIFICATION_LOG
impl Copy for NVME_RESERVATION_NOTIFICATION_LOG
Auto Trait Implementations§
impl RefUnwindSafe for NVME_RESERVATION_NOTIFICATION_LOG
impl Send for NVME_RESERVATION_NOTIFICATION_LOG
impl Sync for NVME_RESERVATION_NOTIFICATION_LOG
impl Unpin for NVME_RESERVATION_NOTIFICATION_LOG
impl UnwindSafe for NVME_RESERVATION_NOTIFICATION_LOG
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