Struct rc_zip::NtfsTimestamp
source · pub struct NtfsTimestamp {
pub timestamp: u64,
}
Expand description
A timestamp in NTFS format.
Fields§
§timestamp: u64
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<NtfsTimestamp> for NtfsTimestamp
impl PartialEq<NtfsTimestamp> for NtfsTimestamp
source§fn eq(&self, other: &NtfsTimestamp) -> bool
fn eq(&self, other: &NtfsTimestamp) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.