pub struct Time2 {
pub value_ns_2: f64,
}Fields§
§value_ns_2: f64Implementations§
Trait Implementations§
impl Copy for Time2
Auto Trait Implementations§
impl Freeze for Time2
impl RefUnwindSafe for Time2
impl Send for Time2
impl Sync for Time2
impl Unpin for Time2
impl UnwindSafe for Time2
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