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