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