Struct libc::statx_timestamp
#[repr(C)]
pub struct statx_timestamp {
pub tv_sec: i64,
pub tv_nsec: u32,
pub __statx_timestamp_pad1: [i32; 1],
}Fields
pub tv_sec: i64pub tv_nsec: u32pub __statx_timestamp_pad1: [i32; 1]Trait Implementations
impl Clone for statx_timestamp
fn clone(&Self) -> statx_timestampimpl Copy for statx_timestampimpl Debug for statx_timestamp
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Eq for statx_timestampimpl Hash for statx_timestamp
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl PartialEq<statx_timestamp> for statx_timestamp
fn eq(&Self, other: &statx_timestamp) -> boolfn ne(&Self, other: &statx_timestamp) -> boolimpl StructuralEq for statx_timestampimpl StructuralPartialEq for statx_timestampAuto Trait Implementations
impl RefUnwindSafe for statx_timestampimpl Send for statx_timestampimpl Sync for statx_timestampimpl Unpin for statx_timestampimpl UnwindSafe for statx_timestampBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T