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