Struct capstone_sys::m680x_op_ext
source · #[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 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