pub struct NemoRelayNativePluginContext { /* private fields */ }Expand description
Opaque plugin registration context borrowed from the host during registration.
Auto Trait Implementations§
impl !Send for NemoRelayNativePluginContext
impl !Sync for NemoRelayNativePluginContext
impl !Unpin for NemoRelayNativePluginContext
impl Freeze for NemoRelayNativePluginContext
impl RefUnwindSafe for NemoRelayNativePluginContext
impl UnsafeUnpin for NemoRelayNativePluginContext
impl UnwindSafe for NemoRelayNativePluginContext
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