Struct capstone_sys::cs_m68k_op_reg_pair
source · #[repr(C)]pub struct cs_m68k_op_reg_pair {
pub reg_0: Type,
pub reg_1: Type,
}
Expand description
Register pair in one operand.
Fields§
§reg_0: Type
§reg_1: Type
Trait Implementations§
source§impl Clone for cs_m68k_op_reg_pair
impl Clone for cs_m68k_op_reg_pair
source§impl Debug for cs_m68k_op_reg_pair
impl Debug for cs_m68k_op_reg_pair
impl Copy for cs_m68k_op_reg_pair
Auto Trait Implementations§
impl RefUnwindSafe for cs_m68k_op_reg_pair
impl Send for cs_m68k_op_reg_pair
impl Sync for cs_m68k_op_reg_pair
impl Unpin for cs_m68k_op_reg_pair
impl UnwindSafe for cs_m68k_op_reg_pair
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