Struct rustsynth::plugin::PluginFunction
source · pub struct PluginFunction<'core> {
pub name: Option<&'core str>,
pub arguments: Option<&'core str>,
/* private fields */
}
Expand description
A function of a plugin
Fields§
§name: Option<&'core str>
§arguments: Option<&'core str>
Trait Implementations§
source§impl<'core> Clone for PluginFunction<'core>
impl<'core> Clone for PluginFunction<'core>
source§fn clone(&self) -> PluginFunction<'core>
fn clone(&self) -> PluginFunction<'core>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'core> Debug for PluginFunction<'core>
impl<'core> Debug for PluginFunction<'core>
impl<'core> Copy for PluginFunction<'core>
Auto Trait Implementations§
impl<'core> RefUnwindSafe for PluginFunction<'core>
impl<'core> !Send for PluginFunction<'core>
impl<'core> !Sync for PluginFunction<'core>
impl<'core> Unpin for PluginFunction<'core>
impl<'core> UnwindSafe for PluginFunction<'core>
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