Struct ofx::PluginDescription
source · pub struct PluginDescription;Trait Implementations
sourceimpl Get for PluginDescription
impl Get for PluginDescription
type ReturnType = String
sourceimpl Set for PluginDescription
impl Set for PluginDescription
Auto Trait Implementations
impl RefUnwindSafe for PluginDescription
impl Send for PluginDescription
impl Sync for PluginDescription
impl Unpin for PluginDescription
impl UnwindSafe for PluginDescription
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more