pub struct CMP { /* private fields */ }
Expand description
Compare Register
Implementations§
Auto Trait Implementations§
impl !Freeze for CMP
impl !RefUnwindSafe for CMP
impl Send for CMP
impl !Sync for CMP
impl Unpin for CMP
impl UnwindSafe for CMP
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