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