Struct capstone_sys::cs_tms320c64x
source · #[repr(C)]pub struct cs_tms320c64x {
pub op_count: u8,
pub operands: [cs_tms320c64x_op; 8],
pub condition: cs_tms320c64x__bindgen_ty_1,
pub funit: cs_tms320c64x__bindgen_ty_2,
pub parallel: c_uint,
}
Fields§
§op_count: u8
§operands: [cs_tms320c64x_op; 8]
< operands for this instruction.
condition: cs_tms320c64x__bindgen_ty_1
§funit: cs_tms320c64x__bindgen_ty_2
§parallel: c_uint
Trait Implementations§
source§impl Clone for cs_tms320c64x
impl Clone for cs_tms320c64x
source§impl Debug for cs_tms320c64x
impl Debug for cs_tms320c64x
impl Copy for cs_tms320c64x
Auto Trait Implementations§
impl RefUnwindSafe for cs_tms320c64x
impl Send for cs_tms320c64x
impl Sync for cs_tms320c64x
impl Unpin for cs_tms320c64x
impl UnwindSafe for cs_tms320c64x
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