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