Struct wasm_bridge_js::FuncType
source · pub struct FuncType { /* private fields */ }
Implementations§
source§impl FuncType
impl FuncType
pub fn new( params: impl IntoIterator<Item = ValType>, results: impl IntoIterator<Item = ValType> ) -> Self
Trait Implementations§
source§impl PartialEq<FuncType> for FuncType
impl PartialEq<FuncType> for FuncType
impl Eq for FuncType
impl StructuralEq 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