pub struct TimeTag {
pub seconds: u64,
pub fractional: u64,
}Fields§
§seconds: u64§fractional: u64Implementations§
Trait Implementations§
impl Copy for TimeTag
impl StructuralPartialEq for TimeTag
Auto Trait Implementations§
impl Freeze for TimeTag
impl RefUnwindSafe for TimeTag
impl Send for TimeTag
impl Sync for TimeTag
impl Unpin for TimeTag
impl UnsafeUnpin for TimeTag
impl UnwindSafe for TimeTag
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