pub struct GTPR { /* private fields */ }
Expand description
Guard time and prescaler register
Implementations§
Auto Trait Implementations§
impl !Freeze for GTPR
impl !RefUnwindSafe for GTPR
impl Send for GTPR
impl !Sync for GTPR
impl Unpin for GTPR
impl UnwindSafe for GTPR
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