Struct wasm_encoder::TagType 
source · Expand description
A tag’s type.
Fields
kind: TagKindThe kind of tag
func_type_idx: u32The function type this tag uses
Trait Implementations
sourceimpl From<TagType> for EntityType
 
impl From<TagType> for EntityType
impl Copy for TagType
impl Eq for TagType
impl StructuralEq for TagType
impl StructuralPartialEq for TagType
Auto Trait Implementations
impl RefUnwindSafe for TagType
impl Send for TagType
impl Sync for TagType
impl Unpin for TagType
impl UnwindSafe for TagType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    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