Struct capstone_sys::cs_wasm_op
source · #[repr(C)]pub struct cs_wasm_op {
pub type_: wasm_op_type,
pub size: u32,
pub __bindgen_anon_1: cs_wasm_op__bindgen_ty_1,
}
Fields§
§type_: wasm_op_type
§size: u32
§__bindgen_anon_1: cs_wasm_op__bindgen_ty_1
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for cs_wasm_op
impl Send for cs_wasm_op
impl Sync for cs_wasm_op
impl Unpin for cs_wasm_op
impl UnwindSafe for cs_wasm_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