Struct statx_timestamp
#[repr(C)]
pub struct statx_timestamp { pub tv_sec: __s64, pub tv_nsec: __u32, /* private fields */ }
Fields
tv_sec: __s64tv_nsec: __u32
Trait Implementations
impl Clone for statx_timestamp
fn clone(&self) -> statx_timestamp
impl Copy for statx_timestamp
impl Debug for statx_timestamp
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Eq for statx_timestamp
impl Hash for statx_timestamp
fn hash<__H: Hasher>(&self, state: &mut __H)
impl PartialEq for statx_timestamp
fn eq(&self, other: &statx_timestamp) -> bool
impl StructuralPartialEq for statx_timestamp
Auto Trait Implementations
impl Freeze for statx_timestamp
impl RefUnwindSafe for statx_timestamp
impl Send for statx_timestamp
impl Sync for statx_timestamp
impl Unpin for statx_timestamp
impl UnsafeUnpin for statx_timestamp
impl UnwindSafe for statx_timestamp
Blanket Implementations
impl<T> Any for statx_timestamp
where
T: 'static + ?Sized,
fn type_id(&self) -> TypeId
impl<T> Borrow<T> for statx_timestamp
where
T: ?Sized,
fn borrow(&self) -> &T
impl<T> BorrowMut<T> for statx_timestamp
where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
impl<T> CloneToUninit for statx_timestamp
where
T: Clone,
unsafe fn clone_to_uninit(&self, dest: *mut u8)
impl<T> From<T> for statx_timestamp
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into<U> for statx_timestamp
where
U: From<T>,
fn into(self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom<U> for statx_timestamp
where
U: Into<T>,
type Error = never;fn try_from(value: U) -> Result<T, never>
impl<T, U> TryInto<U> for statx_timestamp
where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error;fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>