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