#[repr(C)]
pub union cs_wasm_op__bindgen_ty_1 {
pub int7: i8,
pub varuint32: u32,
pub varuint64: u64,
pub uint32: u32,
pub uint64: u64,
pub immediate: [u32; 2],
pub brtable: cs_wasm_brtable,
// some fields omitted
}
Performs copy-assignment from source
. Read more
Formats the value using the given formatter. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.