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