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