#[repr(C)]pub struct m680x_op_ext {
pub address: u16,
pub indirect: bool,
}
Expand description
Instruction’s operand referring to extended addressing
Fields§
§address: u16
< The absolute address
indirect: bool
< true if extended indirect addressing
Trait Implementations§
Source§impl Clone for m680x_op_ext
impl Clone for m680x_op_ext
Source§impl Debug for m680x_op_ext
impl Debug for m680x_op_ext
impl Copy for m680x_op_ext
Auto Trait Implementations§
impl Freeze for m680x_op_ext
impl RefUnwindSafe for m680x_op_ext
impl Send for m680x_op_ext
impl Sync for m680x_op_ext
impl Unpin for m680x_op_ext
impl UnwindSafe for m680x_op_ext
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