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