Struct capstone_sys::tms320c64x_op_mem
source · #[repr(C)]pub struct tms320c64x_op_mem {
pub base: c_uint,
pub disp: c_uint,
pub unit: c_uint,
pub scaled: c_uint,
pub disptype: c_uint,
pub direction: c_uint,
pub modify: c_uint,
}
Fields§
§base: c_uint
< base register
disp: c_uint
< displacement/offset value
unit: c_uint
< unit of base and offset register
scaled: c_uint
< offset scaled
disptype: c_uint
< displacement type
direction: c_uint
< direction
modify: c_uint
< modification
Trait Implementations§
source§impl Clone for tms320c64x_op_mem
impl Clone for tms320c64x_op_mem
source§impl Debug for tms320c64x_op_mem
impl Debug for tms320c64x_op_mem
impl Copy for tms320c64x_op_mem
Auto Trait Implementations§
impl RefUnwindSafe for tms320c64x_op_mem
impl Send for tms320c64x_op_mem
impl Sync for tms320c64x_op_mem
impl Unpin for tms320c64x_op_mem
impl UnwindSafe for tms320c64x_op_mem
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