pub struct Zeroed {
pub name: &'static str,
pub into: &'static str,
}Expand description
One instruction that writes a constant, and the instruction that writes zero in fewer bytes.
Fields§
§name: &'static strThe opcode that takes the constant.
into: &'static strThe opcode that writes zero into the one register the first one wrote, reading that same register twice. It writes the condition state, which is the whole of why this is a description and not a rewrite anyone could do without looking around.
Trait Implementations§
impl Copy for Zeroed
impl Eq for Zeroed
impl StructuralPartialEq for Zeroed
Auto Trait Implementations§
impl Freeze for Zeroed
impl RefUnwindSafe for Zeroed
impl Send for Zeroed
impl Sync for Zeroed
impl Unpin for Zeroed
impl UnsafeUnpin for Zeroed
impl UnwindSafe for Zeroed
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