Struct capstone_sys::cs_wasm_brtable
source · [−]#[repr(C)]pub struct cs_wasm_brtable {
pub length: u32,
pub address: u64,
pub default_target: u32,
}Fields
length: u32address: u64default_target: u32Trait Implementations
sourceimpl Clone for cs_wasm_brtable
impl Clone for cs_wasm_brtable
sourceimpl Debug for cs_wasm_brtable
impl Debug for cs_wasm_brtable
impl Copy for cs_wasm_brtable
Auto Trait Implementations
impl RefUnwindSafe for cs_wasm_brtable
impl Send for cs_wasm_brtable
impl Sync for cs_wasm_brtable
impl Unpin for cs_wasm_brtable
impl UnwindSafe for cs_wasm_brtable
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