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