Struct capstone_sys::cs_sysz_op
source · [−]#[repr(C)]pub struct cs_sysz_op {
pub type_: sysz_op_type,
pub __bindgen_anon_1: cs_sysz_op__bindgen_ty_1,
}Expand description
Instruction operand
Fields
type_: sysz_op_type< operand type
__bindgen_anon_1: cs_sysz_op__bindgen_ty_1Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for cs_sysz_op
impl Send for cs_sysz_op
impl Sync for cs_sysz_op
impl Unpin for cs_sysz_op
impl UnwindSafe for cs_sysz_op
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more