#[repr(C)]pub struct nvme_resv_status {
pub gen: __le32,
pub rtype: __u8,
pub regctl: [__u8; 2],
pub rsvd7: [__u8; 2],
pub ptpls: __u8,
pub rsvd10: [__u8; 14],
pub __bindgen_anon_1: nvme_resv_status__bindgen_ty_1,
}Expand description
struct nvme_resv_status - Reservation Status Data Structure @gen: Generation @rtype: Reservation Type @regctl: Number of Registered Controllers @rsvd7: Reserved @ptpls: Persist Through Power Loss State @rsvd10: Reserved @rsvd24: Reserved @regctl_eds: Registered Controller Extended Data Structure @regctl_ds: Registered Controller Data Structure
Fields§
§gen: __le32§rtype: __u8§regctl: [__u8; 2]§rsvd7: [__u8; 2]§ptpls: __u8§rsvd10: [__u8; 14]§__bindgen_anon_1: nvme_resv_status__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for nvme_resv_status
impl RefUnwindSafe for nvme_resv_status
impl Send for nvme_resv_status
impl Sync for nvme_resv_status
impl Unpin for nvme_resv_status
impl UnsafeUnpin for nvme_resv_status
impl UnwindSafe for nvme_resv_status
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