pub struct Reader {
pub name: &'static str,
pub reads: Reads,
}Expand description
One instruction that reads the condition state, and which part of it it reads.
Fields§
§name: &'static strThe opcode.
A comparison that keeps a byte is one of these as well as a Compare, and what it reads
is what it just set rather than what it found. That is the same entry either way, since
what the entry says is which part of the condition state the condition names.
reads: ReadsWhich part of it.
Trait Implementations§
impl Copy for Reader
impl Eq for Reader
impl StructuralPartialEq for Reader
Auto Trait Implementations§
impl Freeze for Reader
impl RefUnwindSafe for Reader
impl Send for Reader
impl Sync for Reader
impl Unpin for Reader
impl UnsafeUnpin for Reader
impl UnwindSafe for Reader
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