#[repr(C)]pub struct nvme_resv_notification_log {
pub lpc: __le64,
pub rnlpt: __u8,
pub nalp: __u8,
pub rsvd9: [__u8; 2],
pub nsid: __le32,
pub rsvd16: [__u8; 48],
}Expand description
struct nvme_resv_notification_log - Reservation Notification Log @lpc: Log Page Count @rnlpt: See &enum nvme_resv_notify_rnlpt. @nalp: Number of Available Log Pages @rsvd9: Reserved @nsid: Namespace ID @rsvd16: Reserved
Fields§
§lpc: __le64§rnlpt: __u8§nalp: __u8§rsvd9: [__u8; 2]§nsid: __le32§rsvd16: [__u8; 48]Trait Implementations§
Source§impl Clone for nvme_resv_notification_log
impl Clone for nvme_resv_notification_log
Source§fn clone(&self) -> nvme_resv_notification_log
fn clone(&self) -> nvme_resv_notification_log
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for nvme_resv_notification_log
impl Debug for nvme_resv_notification_log
Source§impl Default for nvme_resv_notification_log
impl Default for nvme_resv_notification_log
impl Copy for nvme_resv_notification_log
Auto Trait Implementations§
impl Freeze for nvme_resv_notification_log
impl RefUnwindSafe for nvme_resv_notification_log
impl Send for nvme_resv_notification_log
impl Sync for nvme_resv_notification_log
impl Unpin for nvme_resv_notification_log
impl UnsafeUnpin for nvme_resv_notification_log
impl UnwindSafe for nvme_resv_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