Struct stm32_metapac::timer::TimBasic
pub struct TimBasic { /* private fields */ }
Expand description
Basic timer
Implementations§
Trait Implementations§
impl Copy for TimBasic
impl Eq for TimBasic
impl Send for TimBasic
impl StructuralPartialEq for TimBasic
impl Sync for TimBasic
Auto Trait Implementations§
impl Freeze for TimBasic
impl RefUnwindSafe for TimBasic
impl Unpin for TimBasic
impl UnwindSafe for TimBasic
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