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: NtfsTimestamp
modified time
atime: NtfsTimestamp
accessed time
ctime: NtfsTimestamp
created time
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NtfsAttr1
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)