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: u32
§address: u64
§default_target: u32
Trait Implementations§
source§impl Clone for cs_wasm_brtable
impl Clone for cs_wasm_brtable
source§impl 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§
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