Struct wasm_bindgen_externref_xform::Meta
source · [−]pub struct Meta {
pub table: TableId,
pub alloc: Option<FunctionId>,
pub drop: Option<FunctionId>,
pub drop_slice: Option<FunctionId>,
pub live_count: Option<FunctionId>,
}
Fields
table: TableId
alloc: Option<FunctionId>
drop: Option<FunctionId>
drop_slice: Option<FunctionId>
live_count: Option<FunctionId>
Auto Trait Implementations
impl RefUnwindSafe for Meta
impl Send for Meta
impl Sync for Meta
impl Unpin for Meta
impl UnwindSafe for Meta
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