#[repr(C, packed(1))]pub struct NVME_RESERVATION_REPORT_STATUS_HEADER {
pub GEN: u32,
pub RTYPE: u8,
pub REGCTL: u16,
pub Reserved: [u8; 2],
pub PTPLS: u8,
pub Reserved1: [u8; 14],
}
Fields§
§GEN: u32
§RTYPE: u8
§REGCTL: u16
§Reserved: [u8; 2]
§PTPLS: u8
§Reserved1: [u8; 14]
Trait Implementations§
impl Copy for NVME_RESERVATION_REPORT_STATUS_HEADER
Auto Trait Implementations§
impl RefUnwindSafe for NVME_RESERVATION_REPORT_STATUS_HEADER
impl Send for NVME_RESERVATION_REPORT_STATUS_HEADER
impl Sync for NVME_RESERVATION_REPORT_STATUS_HEADER
impl Unpin for NVME_RESERVATION_REPORT_STATUS_HEADER
impl UnwindSafe for NVME_RESERVATION_REPORT_STATUS_HEADER
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