Struct capstone_sys::cs_tms320c64x_op
source · #[repr(C)]pub struct cs_tms320c64x_op {
pub type_: tms320c64x_op_type,
pub __bindgen_anon_1: cs_tms320c64x_op__bindgen_ty_1,
}
Fields§
§type_: tms320c64x_op_type
< operand type
__bindgen_anon_1: cs_tms320c64x_op__bindgen_ty_1
Trait Implementations§
source§impl Clone for cs_tms320c64x_op
impl Clone for cs_tms320c64x_op
source§impl Debug for cs_tms320c64x_op
impl Debug for cs_tms320c64x_op
impl Copy for cs_tms320c64x_op
Auto Trait Implementations§
impl RefUnwindSafe for cs_tms320c64x_op
impl Send for cs_tms320c64x_op
impl Sync for cs_tms320c64x_op
impl Unpin for cs_tms320c64x_op
impl UnwindSafe for cs_tms320c64x_op
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