#[repr(C)]pub struct nvme_time_stamp_change_event {
pub previous_timestamp: __le64,
pub ml_secs_since_reset: __le64,
}Expand description
struct nvme_time_stamp_change_event - Timestamp Change Event @previous_timestamp: Previous Timestamp @ml_secs_since_reset: Milliseconds Since Reset
Fields§
§previous_timestamp: __le64§ml_secs_since_reset: __le64Trait Implementations§
Source§impl Clone for nvme_time_stamp_change_event
impl Clone for nvme_time_stamp_change_event
Source§fn clone(&self) -> nvme_time_stamp_change_event
fn clone(&self) -> nvme_time_stamp_change_event
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_time_stamp_change_event
impl Debug for nvme_time_stamp_change_event
Source§impl Default for nvme_time_stamp_change_event
impl Default for nvme_time_stamp_change_event
Source§fn default() -> nvme_time_stamp_change_event
fn default() -> nvme_time_stamp_change_event
Returns the “default value” for a type. Read more
impl Copy for nvme_time_stamp_change_event
Auto Trait Implementations§
impl Freeze for nvme_time_stamp_change_event
impl RefUnwindSafe for nvme_time_stamp_change_event
impl Send for nvme_time_stamp_change_event
impl Sync for nvme_time_stamp_change_event
impl Unpin for nvme_time_stamp_change_event
impl UnsafeUnpin for nvme_time_stamp_change_event
impl UnwindSafe for nvme_time_stamp_change_event
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