Struct stm32f3xx_hal::pwm::Tim4Ch1
source · [−]pub struct Tim4Ch1 {}
Expand description
Output Compare Channel 1 of Timer 4 (type state)
Auto Trait Implementations
impl RefUnwindSafe for Tim4Ch1
impl Send for Tim4Ch1
impl Sync for Tim4Ch1
impl Unpin for Tim4Ch1
impl UnwindSafe for Tim4Ch1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more