pub enum ADVTimer {
TIM1,
}Variants§
TIM1
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ADVTimer
impl RefUnwindSafe for ADVTimer
impl Send for ADVTimer
impl Sync for ADVTimer
impl Unpin for ADVTimer
impl UnsafeUnpin for ADVTimer
impl UnwindSafe for ADVTimer
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