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