#[repr(C)]pub struct cs_sparc_op {
pub type_: sparc_op_type,
pub __bindgen_anon_1: cs_sparc_op__bindgen_ty_1,
}
Expand description
Instruction operand
Fields§
§type_: sparc_op_type
< operand type
__bindgen_anon_1: cs_sparc_op__bindgen_ty_1
Trait Implementations§
Source§impl Clone for cs_sparc_op
impl Clone for cs_sparc_op
Source§fn clone(&self) -> cs_sparc_op
fn clone(&self) -> cs_sparc_op
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for cs_sparc_op
impl Debug for cs_sparc_op
impl Copy for cs_sparc_op
Auto Trait Implementations§
impl Freeze for cs_sparc_op
impl RefUnwindSafe for cs_sparc_op
impl Send for cs_sparc_op
impl Sync for cs_sparc_op
impl Unpin for cs_sparc_op
impl UnwindSafe for cs_sparc_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