pub struct HostVTable { /* private fields */ }Expand description
Opaque host service table supplied by the host implementation.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HostVTable
impl RefUnwindSafe for HostVTable
impl Send for HostVTable
impl Sync for HostVTable
impl Unpin for HostVTable
impl UnsafeUnpin for HostVTable
impl UnwindSafe for HostVTable
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