Struct tap::datetime::WindowsTimestamp  
source · [−]pub struct WindowsTimestamp(pub u64);Expand description
Convert an u64 (Windows 64bits timestamp) to a DateTime.
Tuple Fields
0: u64Implementations
Auto Trait Implementations
impl RefUnwindSafe for WindowsTimestamp
impl Send for WindowsTimestamp
impl Sync for WindowsTimestamp
impl Unpin for WindowsTimestamp
impl UnwindSafe for WindowsTimestamp
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
 
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more