Struct esp8266_hal::timer::Timer2
source · [−]pub struct Timer2 { /* private fields */ }
Trait Implementations
impl Periodic for Timer2
Auto Trait Implementations
impl RefUnwindSafe for Timer2
impl Send for Timer2
impl Sync for Timer2
impl Unpin for Timer2
impl UnwindSafe for Timer2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more