pub struct CCFG { /* private fields */ }Expand description
Customer configuration area (CCFG)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CCFG
impl RefUnwindSafe for CCFG
impl !Sync for CCFG
impl Unpin for CCFG
impl UnwindSafe for CCFG
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