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