pub struct CC { /* private fields */ }Expand description
Description collection[0]: Compare register 0
Implementations§
Auto Trait Implementations§
impl !Freeze for CC
impl !RefUnwindSafe for CC
impl Send for CC
impl !Sync for CC
impl Unpin for CC
impl UnsafeUnpin for CC
impl UnwindSafe for CC
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