pub struct ConfiguredControllerEntry { /* private fields */ }Expand description
Controller entry copied from a loaded manifest.
Implementations§
Source§impl ConfiguredControllerEntry
impl ConfiguredControllerEntry
Sourcepub fn create_adapter(
&self,
config_json: &str,
) -> Result<PluginControllerAdapter>
pub fn create_adapter( &self, config_json: &str, ) -> Result<PluginControllerAdapter>
Creates a host-side adapter for this configured controller entry.
§Errors
Returns an error if the plug-in vtable rejects construction.
Auto Trait Implementations§
impl Freeze for ConfiguredControllerEntry
impl RefUnwindSafe for ConfiguredControllerEntry
impl Send for ConfiguredControllerEntry
impl Sync for ConfiguredControllerEntry
impl Unpin for ConfiguredControllerEntry
impl UnsafeUnpin for ConfiguredControllerEntry
impl UnwindSafe for ConfiguredControllerEntry
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