pub struct Format2 {
pub opcode: u8,
pub register1: Box<Expression>,
pub register2: Box<Expression>,
}Fields§
§opcode: u8§register1: Box<Expression>§register2: Box<Expression>Trait Implementations§
impl StructuralPartialEq for Format2
Auto Trait Implementations§
impl Freeze for Format2
impl RefUnwindSafe for Format2
impl Send for Format2
impl Sync for Format2
impl Unpin for Format2
impl UnwindSafe for Format2
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