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