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