Struct popcap_pak::file_time::FileTime
source · pub struct FileTime { /* private fields */ }
Expand description
A file time.
This is a wrapper for Microsoft’s FILETIME struct. This is a UTC timestamp. This type’s resolution is 100 nanoseconds.
Implementations§
Trait Implementations§
source§impl Ord for FileTime
impl Ord for FileTime
source§impl PartialEq for FileTime
impl PartialEq for FileTime
source§impl PartialOrd for FileTime
impl PartialOrd for FileTime
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl TryFrom<FileTime> for SystemTime
impl TryFrom<FileTime> for SystemTime
source§impl TryFrom<SystemTime> for FileTime
impl TryFrom<SystemTime> for FileTime
§type Error = TryFromSystemTimeError
type Error = TryFromSystemTimeError
The type returned in the event of a conversion error.
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 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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)