pub struct Timers {
pub timer0: Timer0,
pub timer1: Timer1,
}
Fields§
§timer0: Timer0
§timer1: Timer1
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Timers
impl Send for Timers
impl Sync for Timers
impl Unpin for Timers
impl UnwindSafe for Timers
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