pub struct DwtInstant { /* private fields */ }Expand description
A TickInstant implementation
Trait Implementations§
Source§impl Clone for DwtInstant
impl Clone for DwtInstant
Source§fn clone(&self) -> DwtInstant
fn clone(&self) -> DwtInstant
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 TickInstant for DwtInstant
impl TickInstant for DwtInstant
impl Copy for DwtInstant
Auto Trait Implementations§
impl Freeze for DwtInstant
impl RefUnwindSafe for DwtInstant
impl Send for DwtInstant
impl Sync for DwtInstant
impl Unpin for DwtInstant
impl UnwindSafe for DwtInstant
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