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