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