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