pub struct WindowsEpoch;Expand description
WindowsEpoch is a compile-time check for WindowsNTTimestamp = Timestamp<WindowsEpoch>
Trait Implementations§
Source§impl Clone for WindowsEpoch
impl Clone for WindowsEpoch
Source§fn clone(&self) -> WindowsEpoch
fn clone(&self) -> WindowsEpoch
Returns a duplicate 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 WindowsEpoch
impl Debug for WindowsEpoch
Source§impl Default for WindowsEpoch
impl Default for WindowsEpoch
Source§fn default() -> WindowsEpoch
fn default() -> WindowsEpoch
Returns the “default value” for a type. Read more
Source§impl PartialEq for WindowsEpoch
impl PartialEq for WindowsEpoch
impl Copy for WindowsEpoch
impl Eq for WindowsEpoch
impl StructuralPartialEq for WindowsEpoch
Auto Trait Implementations§
impl Freeze for WindowsEpoch
impl RefUnwindSafe for WindowsEpoch
impl Send for WindowsEpoch
impl Sync for WindowsEpoch
impl Unpin for WindowsEpoch
impl UnwindSafe for WindowsEpoch
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