#[repr(C)]pub struct nvme_timestamp {
pub timestamp: [__u8; 6],
pub attr: __u8,
pub rsvd: __u8,
}Expand description
struct nvme_timestamp - Timestamp - Data Structure for Get Features @timestamp: Timestamp value based on origin and synch field @attr: Attribute @rsvd: Reserved
Fields§
§timestamp: [__u8; 6]§attr: __u8§rsvd: __u8Trait Implementations§
Source§impl Clone for nvme_timestamp
impl Clone for nvme_timestamp
Source§fn clone(&self) -> nvme_timestamp
fn clone(&self) -> nvme_timestamp
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_timestamp
impl Debug for nvme_timestamp
Source§impl Default for nvme_timestamp
impl Default for nvme_timestamp
Source§fn default() -> nvme_timestamp
fn default() -> nvme_timestamp
Returns the “default value” for a type. Read more
impl Copy for nvme_timestamp
Auto Trait Implementations§
impl Freeze for nvme_timestamp
impl RefUnwindSafe for nvme_timestamp
impl Send for nvme_timestamp
impl Sync for nvme_timestamp
impl Unpin for nvme_timestamp
impl UnsafeUnpin for nvme_timestamp
impl UnwindSafe for nvme_timestamp
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