pub struct M680xOperand {
pub op_type: M680xOperandType,
pub size: u8,
}Expand description
M680X operand
Fields§
§op_type: M680xOperandTypeOperand type
size: u8Size of this operand in bytes
Trait Implementations§
Source§impl Clone for M680xOperand
impl Clone for M680xOperand
Source§fn clone(&self) -> M680xOperand
fn clone(&self) -> M680xOperand
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for M680xOperand
impl Debug for M680xOperand
Source§impl Default for M680xOperand
impl Default for M680xOperand
Source§fn default() -> M680xOperand
fn default() -> M680xOperand
Returns the “default value” for a type. Read more
Source§impl From<&cs_m680x_op> for M680xOperand
impl From<&cs_m680x_op> for M680xOperand
Source§fn from(op: &cs_m680x_op) -> M680xOperand
fn from(op: &cs_m680x_op) -> M680xOperand
Converts to this type from the input type.
Source§impl From<M680xOperand> for ArchOperand
Available on crate feature arch_m680x only.
impl From<M680xOperand> for ArchOperand
Available on crate feature
arch_m680x only.Source§fn from(op: M680xOperand) -> ArchOperand
fn from(op: M680xOperand) -> ArchOperand
Converts to this type from the input type.
Source§impl PartialEq for M680xOperand
impl PartialEq for M680xOperand
impl Eq for M680xOperand
impl StructuralPartialEq for M680xOperand
Auto Trait Implementations§
impl Freeze for M680xOperand
impl RefUnwindSafe for M680xOperand
impl Send for M680xOperand
impl Sync for M680xOperand
impl Unpin for M680xOperand
impl UnwindSafe for M680xOperand
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