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