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