pub struct NemoRelayNativeScopeHandle { /* private fields */ }Expand description
Opaque host-owned scope handle.
Auto Trait Implementations§
impl !Send for NemoRelayNativeScopeHandle
impl !Sync for NemoRelayNativeScopeHandle
impl !Unpin for NemoRelayNativeScopeHandle
impl Freeze for NemoRelayNativeScopeHandle
impl RefUnwindSafe for NemoRelayNativeScopeHandle
impl UnsafeUnpin for NemoRelayNativeScopeHandle
impl UnwindSafe for NemoRelayNativeScopeHandle
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