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::Timespec
The timestamp of the last access to a filesystem object.
pub last_modification: crate::time::Timespec
The timestamp of the last modification of a filesystem object.
Trait Implementations
impl Clone for Timestamps
fn clone(&Self) -> Timestamps
impl Debug for Timestamps
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
Auto Trait Implementations
impl RefUnwindSafe for Timestamps
impl Send for Timestamps
impl Sync for Timestamps
impl Unpin for Timestamps
impl UnwindSafe for Timestamps
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T