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