Struct wasm_encoder::FuncType
source · pub struct FuncType { /* private fields */ }
Expand description
Represents a type of a function in a WebAssembly module.
Implementations§
Trait Implementations§
source§impl PartialEq for FuncType
impl PartialEq for FuncType
impl Eq for FuncType
impl StructuralPartialEq for FuncType
Auto Trait Implementations§
impl RefUnwindSafe for FuncType
impl Send for FuncType
impl Sync for FuncType
impl Unpin for FuncType
impl UnwindSafe for FuncType
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