#[repr(C)]pub struct nvme_fdp_event_realloc {
pub flags: __u8,
pub rsvd1: __u8,
pub nlbam: __le16,
pub lba: __le64,
pub rsvd12: [__u8; 4],
}Expand description
struct nvme_fdp_event_realloc - Media Reallocated Event Type Specific Information @flags: Event Type Specific flags (&enum nvme_fdp_event_realloc_flags) @rsvd1: Reserved @nlbam: Number of LBAs Moved @lba: Logical Block Address @rsvd12: Reserved
Fields§
§flags: __u8§rsvd1: __u8§nlbam: __le16§lba: __le64§rsvd12: [__u8; 4]Trait Implementations§
Source§impl Clone for nvme_fdp_event_realloc
impl Clone for nvme_fdp_event_realloc
Source§fn clone(&self) -> nvme_fdp_event_realloc
fn clone(&self) -> nvme_fdp_event_realloc
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_event_realloc
impl Debug for nvme_fdp_event_realloc
Source§impl Default for nvme_fdp_event_realloc
impl Default for nvme_fdp_event_realloc
Source§fn default() -> nvme_fdp_event_realloc
fn default() -> nvme_fdp_event_realloc
Returns the “default value” for a type. Read more
impl Copy for nvme_fdp_event_realloc
Auto Trait Implementations§
impl Freeze for nvme_fdp_event_realloc
impl RefUnwindSafe for nvme_fdp_event_realloc
impl Send for nvme_fdp_event_realloc
impl Sync for nvme_fdp_event_realloc
impl Unpin for nvme_fdp_event_realloc
impl UnsafeUnpin for nvme_fdp_event_realloc
impl UnwindSafe for nvme_fdp_event_realloc
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