Enum embassy_stm32::timer::qei::Ch1
source · pub enum Ch1 {}
Expand description
Channel 1 marker type.
Auto Trait Implementations§
impl RefUnwindSafe for Ch1
impl Send for Ch1
impl Sync for Ch1
impl Unpin for Ch1
impl UnwindSafe for Ch1
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