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