pub struct GPT166 { /* private fields */ }Expand description
General PWM Timer 6 (16-bit)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GPT166
impl RefUnwindSafe for GPT166
impl !Sync for GPT166
impl Unpin for GPT166
impl UnwindSafe for GPT166
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