pub struct Utimes {
pub path: BtrfsString,
pub atime: Timespec,
pub mtime: Timespec,
pub ctime: Timespec,
}
Fields§
§path: BtrfsString
§atime: Timespec
§mtime: Timespec
§ctime: Timespec
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Utimes
impl RefUnwindSafe for Utimes
impl Send for Utimes
impl Sync for Utimes
impl Unpin for Utimes
impl UnwindSafe for Utimes
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