#[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,
}
Fields§
§int7: i8
§varuint32: u32
§varuint64: u64
§uint32: u32
§uint64: u64
§immediate: [u32; 2]
§brtable: cs_wasm_brtable
Trait Implementations§
source§impl Clone for cs_wasm_op__bindgen_ty_1
impl Clone for cs_wasm_op__bindgen_ty_1
source§impl Debug for cs_wasm_op__bindgen_ty_1
impl Debug for cs_wasm_op__bindgen_ty_1
impl Copy for cs_wasm_op__bindgen_ty_1
Auto Trait Implementations§
impl RefUnwindSafe for cs_wasm_op__bindgen_ty_1
impl Send for cs_wasm_op__bindgen_ty_1
impl Sync for cs_wasm_op__bindgen_ty_1
impl Unpin for cs_wasm_op__bindgen_ty_1
impl UnwindSafe for cs_wasm_op__bindgen_ty_1
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