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