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