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