pub struct GPT1 { /* private fields */ }Expand description
General Purpose Timer.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GPT1
impl RefUnwindSafe for GPT1
impl !Sync for GPT1
impl Unpin for GPT1
impl UnwindSafe for GPT1
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