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