#[repr(C)]pub struct HostHandlePayload {
pub id: u64,
}Expand description
Heap payload stored inside the RefAny returned by
host_handle_to_refany. Just the opaque host-language id — the actual
host callable lives on the host side keyed by this id.
Fields§
§id: u64Auto Trait Implementations§
impl Freeze for HostHandlePayload
impl RefUnwindSafe for HostHandlePayload
impl Send for HostHandlePayload
impl Sync for HostHandlePayload
impl Unpin for HostHandlePayload
impl UnsafeUnpin for HostHandlePayload
impl UnwindSafe for HostHandlePayload
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