pub struct Ntfs { /* private fields */ }
Expand description
The NTFS extra field as described in PKWARE’s APPNOTE.TXT v6.3.9.
This field stores Windows file times, which are 64-bit unsigned integer values that represents the number of 100-nanosecond intervals that have elapsed since “1601-01-01 00:00:00 UTC”.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Ntfs
impl RefUnwindSafe for Ntfs
impl Send for Ntfs
impl Sync for Ntfs
impl Unpin for Ntfs
impl UnwindSafe for Ntfs
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