pub struct Mtime {
pub sec: u64,
pub nsec: u64,
}Expand description
Modification time
Fields§
§sec: u64Seconds
nsec: u64Nanoseconds
Trait Implementations§
impl Eq for Mtime
impl StructuralPartialEq for Mtime
Auto Trait Implementations§
impl Freeze for Mtime
impl RefUnwindSafe for Mtime
impl Send for Mtime
impl Sync for Mtime
impl Unpin for Mtime
impl UnwindSafe for Mtime
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more