Struct statx_timestamp

struct statx_timestamp { ... }

Fields

tv_sec: __s64
tv_nsec: __u32
__reserved: __s32

Implementations

impl Clone for statx_timestamp

fn clone(self: &Self) -> statx_timestamp

impl Copy for statx_timestamp

impl Debug for statx_timestamp

fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result

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

impl<T> Any for statx_timestamp

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for statx_timestamp

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for statx_timestamp

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for statx_timestamp

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for statx_timestamp

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for statx_timestamp

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for statx_timestamp

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for statx_timestamp

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>