#[repr(C)]pub struct nvme_fdp_events_log {
pub n: __le32,
pub rsvd4: [__u8; 60],
pub events: [nvme_fdp_event; 63],
}Expand description
struct nvme_fdp_events_log - FDP Events Log Page @n: Number of FDP Events @rsvd4: Reserved @events: FDP Events (&struct nvme_fdp_event)
Fields§
§n: __le32§rsvd4: [__u8; 60]§events: [nvme_fdp_event; 63]Trait Implementations§
Source§impl Clone for nvme_fdp_events_log
impl Clone for nvme_fdp_events_log
Source§fn clone(&self) -> nvme_fdp_events_log
fn clone(&self) -> nvme_fdp_events_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_fdp_events_log
impl Debug for nvme_fdp_events_log
Source§impl Default for nvme_fdp_events_log
impl Default for nvme_fdp_events_log
impl Copy for nvme_fdp_events_log
Auto Trait Implementations§
impl Freeze for nvme_fdp_events_log
impl RefUnwindSafe for nvme_fdp_events_log
impl Send for nvme_fdp_events_log
impl Sync for nvme_fdp_events_log
impl Unpin for nvme_fdp_events_log
impl UnsafeUnpin for nvme_fdp_events_log
impl UnwindSafe for nvme_fdp_events_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