pub struct Tim1Ch3 {}Expand description
Output Compare Channel 3 of Timer 1 (type state)
Auto Trait Implementations§
impl Freeze for Tim1Ch3
impl RefUnwindSafe for Tim1Ch3
impl Send for Tim1Ch3
impl Sync for Tim1Ch3
impl Unpin for Tim1Ch3
impl UnwindSafe for Tim1Ch3
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