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