pub struct ElemKind;Implementations§
Source§impl ElemKind
impl ElemKind
Sourcepub fn decode(wasm: &mut WasmDecoder<'_>) -> Result<Self, DecodingError>
pub fn decode(wasm: &mut WasmDecoder<'_>) -> Result<Self, DecodingError>
Decodes an element kind
See: WebAssembly Specification 2.0 - 5.5.12. Element Section.
Auto Trait Implementations§
impl Freeze for ElemKind
impl RefUnwindSafe for ElemKind
impl Send for ElemKind
impl Sync for ElemKind
impl Unpin for ElemKind
impl UnwindSafe for ElemKind
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