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