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: i64
pub tv_nsec: u32
pub __statx_timestamp_pad1: [i32; 1]
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 $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Eq for statx_timestamp
impl 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) -> bool
fn ne(&Self, other: &statx_timestamp) -> bool
impl StructuralEq for statx_timestamp
impl StructuralPartialEq for statx_timestamp
Auto Trait Implementations
impl RefUnwindSafe for statx_timestamp
impl Send for statx_timestamp
impl Sync for statx_timestamp
impl Unpin for statx_timestamp
impl UnwindSafe for statx_timestamp
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T