pub struct DurationUsecU64 { /* private fields */ }
Expand description
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DurationUsecU64
impl RefUnwindSafe for DurationUsecU64
impl Send for DurationUsecU64
impl Sync for DurationUsecU64
impl Unpin for DurationUsecU64
impl UnwindSafe for DurationUsecU64
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