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