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