pub struct CC2OFR { /* private fields */ }
Expand description
Value of the field
Implementations§
Auto Trait Implementations§
impl Freeze for CC2OFR
impl RefUnwindSafe for CC2OFR
impl Send for CC2OFR
impl Sync for CC2OFR
impl Unpin for CC2OFR
impl UnwindSafe for CC2OFR
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