Struct wast::FuncBindType 
source · [−]pub struct FuncBindType<'a> {
    pub ty: TypeUse<'a, FunctionType<'a>>,
}Expand description
Extra information associated with the func.bind instruction.
Fields
ty: TypeUse<'a, FunctionType<'a>>Trait Implementations
sourceimpl<'a> Debug for FuncBindType<'a>
 
impl<'a> Debug for FuncBindType<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for FuncBindType<'a>
impl<'a> Send for FuncBindType<'a>
impl<'a> Sync for FuncBindType<'a>
impl<'a> Unpin for FuncBindType<'a>
impl<'a> UnwindSafe for FuncBindType<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
 
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more