pub struct HostFunctionCall<'a, I: DataStackPack, O: DataStackPack> { /* private fields */ }
Implementations§
Source§impl<'a, I: DataStackPack, O: DataStackPack> HostFunctionCall<'a, I, O>
impl<'a, I: DataStackPack, O: DataStackPack> HostFunctionCall<'a, I, O>
Auto Trait Implementations§
impl<'a, I, O> Freeze for HostFunctionCall<'a, I, O>
impl<'a, I, O> !RefUnwindSafe for HostFunctionCall<'a, I, O>
impl<'a, I, O> Send for HostFunctionCall<'a, I, O>
impl<'a, I, O> Sync for HostFunctionCall<'a, I, O>
impl<'a, I, O> Unpin for HostFunctionCall<'a, I, O>
impl<'a, I, O> !UnwindSafe for HostFunctionCall<'a, I, O>
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