#[repr(C)]pub struct StatExTimestamp {
pub seconds: i64,
pub nanoseconds: u32,
pub _rsvd: i32,
}Fields§
§seconds: i64§nanoseconds: u32§_rsvd: i32Trait Implementations§
Source§impl Debug for StatExTimestamp
impl Debug for StatExTimestamp
Source§impl Default for StatExTimestamp
impl Default for StatExTimestamp
Source§fn default() -> StatExTimestamp
fn default() -> StatExTimestamp
Returns the “default value” for a type. Read more
Source§impl From<StatExTimestamp> for Timespec
impl From<StatExTimestamp> for Timespec
Source§fn from(ts: StatExTimestamp) -> Self
fn from(ts: StatExTimestamp) -> Self
Converts to this type from the input type.
Source§impl From<Timespec> for StatExTimestamp
impl From<Timespec> for StatExTimestamp
Source§impl PartialEq for StatExTimestamp
impl PartialEq for StatExTimestamp
impl Eq for StatExTimestamp
impl StructuralPartialEq for StatExTimestamp
Auto Trait Implementations§
impl Freeze for StatExTimestamp
impl RefUnwindSafe for StatExTimestamp
impl Send for StatExTimestamp
impl Sync for StatExTimestamp
impl Unpin for StatExTimestamp
impl UnwindSafe for StatExTimestamp
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