Struct NVME_RESERVATION_REPORT_STATUS_HEADER
#[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 Clone for NVME_RESERVATION_REPORT_STATUS_HEADER
impl Clone for NVME_RESERVATION_REPORT_STATUS_HEADER
§fn clone(&self) -> NVME_RESERVATION_REPORT_STATUS_HEADER
fn clone(&self) -> NVME_RESERVATION_REPORT_STATUS_HEADER
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for NVME_RESERVATION_REPORT_STATUS_HEADER
Auto Trait Implementations§
impl Freeze for NVME_RESERVATION_REPORT_STATUS_HEADER
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