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