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