Struct Scope Handle
Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-pii-redaction -p nemo-relay-ffi -p nemo-relay-types -p nemo-relay-plugin -p nemo-relay-worker-proto -p nemo-relay-worker.
Host-owned scope handle returned by native scope APIs.
Implementations
impl<'a> ScopeHandle<'a>
impl<'a> ScopeHandle<'a>
as_ptr
pub fn as_ptr(&self) -> *const NemoRelayNativeScopeHandle
Returns the raw ABI pointer.
Trait Implementations
impl Drop for ScopeHandle<'_>
impl Drop for ScopeHandle<'_>
drop
fn drop(&mut self)