#[repr(C)]pub struct CallbackVTable<Output> { /* private fields */ }
Expand description
A virtual function pointer table (vtable) that specifies the
behavior of a FnOnce(Result<Output>)
.
Auto Trait Implementations§
impl<Output> Freeze for CallbackVTable<Output>
impl<Output> RefUnwindSafe for CallbackVTable<Output>
impl<Output> Send for CallbackVTable<Output>
impl<Output> Sync for CallbackVTable<Output>
impl<Output> Unpin for CallbackVTable<Output>
impl<Output> UnwindSafe for CallbackVTable<Output>
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