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