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