pub struct OpIndices {
pub lhs: u8,
pub rhs: u8,
}Expand description
Comparator OpCode Structure
Fields§
§lhs: u8§rhs: u8Trait Implementations§
impl Copy for OpIndices
impl StructuralPartialEq for OpIndices
Auto Trait Implementations§
impl Freeze for OpIndices
impl RefUnwindSafe for OpIndices
impl Send for OpIndices
impl Sync for OpIndices
impl Unpin for OpIndices
impl UnwindSafe for OpIndices
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