Struct rustix::fs::Timestamps
#[repr(C)]
pub struct Timestamps {
pub last_access: crate::time::Timespec,
pub last_modification: crate::time::Timespec,
}Fields
pub last_access: crate::time::TimespecThe timestamp of the last access to a filesystem object.
pub last_modification: crate::time::TimespecThe timestamp of the last modification of a filesystem object.
Trait Implementations
impl Clone for Timestamps
fn clone(&Self) -> Timestampsimpl Debug for Timestamps
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::ResultAuto Trait Implementations
impl RefUnwindSafe for Timestampsimpl Send for Timestampsimpl Sync for Timestampsimpl Unpin for Timestampsimpl UnwindSafe for TimestampsBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T