Type Alias wasmer::wasm_c_api::types::wasm_name_t

source ·
pub type wasm_name_t = wasm_byte_vec_t;

Aliased Type§

struct wasm_name_t {
    pub size: usize,
    pub data: *mut u8,
}

Fields§

§size: usize§data: *mut u8

Trait Implementations§

source§

impl From<String> for wasm_name_t

source§

fn from(string: String) -> Self

Converts to this type from the input type.