pub struct NtfsAttr1 {
pub mtime: NtfsTimestamp,
pub atime: NtfsTimestamp,
pub ctime: NtfsTimestamp,
}Expand description
NTFS attribute 1, which contains modified/accessed/created timestamps
Fields§
§mtime: NtfsTimestampmodified time
atime: NtfsTimestampaccessed time
ctime: NtfsTimestampcreated time
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for NtfsAttr1
impl Send for NtfsAttr1
impl Sync for NtfsAttr1
impl Unpin for NtfsAttr1
impl UnwindSafe for NtfsAttr1
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