Struct rc_zip::parse::NtfsTimestamp
source · pub struct NtfsTimestamp {
pub timestamp: u64,
}
Expand description
A timestamp in NTFS format.
Fields§
§timestamp: u64
Timestamp in 100ns intervals since 1601-01-01 00:00:00 UTC
Implementations§
Trait Implementations§
source§impl Clone for NtfsTimestamp
impl Clone for NtfsTimestamp
source§fn clone(&self) -> NtfsTimestamp
fn clone(&self) -> NtfsTimestamp
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for NtfsTimestamp
impl Debug for NtfsTimestamp
source§impl PartialEq for NtfsTimestamp
impl PartialEq for NtfsTimestamp
impl Copy for NtfsTimestamp
impl Eq for NtfsTimestamp
impl StructuralPartialEq for NtfsTimestamp
Auto Trait Implementations§
impl Freeze for NtfsTimestamp
impl RefUnwindSafe for NtfsTimestamp
impl Send for NtfsTimestamp
impl Sync for NtfsTimestamp
impl Unpin for NtfsTimestamp
impl UnwindSafe for NtfsTimestamp
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
)