pub struct CFGR1 { /* private fields */ }
Expand description
configuration register 1
Implementations
Auto Trait Implementations
impl !RefUnwindSafe for CFGR1
impl Send for CFGR1
impl !Sync for CFGR1
impl Unpin for CFGR1
impl UnwindSafe for CFGR1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more