pub struct FileTime(pub u64);Expand description
Windows FILETIME: 100-nanosecond intervals since 1601-01-01 UTC ([MS-DTYP] §2.3.3). Zero denotes “not set”.
Tuple Fields§
§0: u64Implementations§
Trait Implementations§
impl Copy for FileTime
impl Eq for FileTime
impl StructuralPartialEq for FileTime
Auto Trait Implementations§
impl Freeze for FileTime
impl RefUnwindSafe for FileTime
impl Send for FileTime
impl Sync for FileTime
impl Unpin for FileTime
impl UnsafeUnpin for FileTime
impl UnwindSafe for FileTime
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