Struct rustsynth_sys::VSPluginFunction
source · #[repr(C)]pub struct VSPluginFunction { /* private fields */ }
Trait Implementations§
source§impl Clone for VSPluginFunction
impl Clone for VSPluginFunction
source§fn clone(&self) -> VSPluginFunction
fn clone(&self) -> VSPluginFunction
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 Debug for VSPluginFunction
impl Debug for VSPluginFunction
impl Copy for VSPluginFunction
Auto Trait Implementations§
impl RefUnwindSafe for VSPluginFunction
impl Send for VSPluginFunction
impl Sync for VSPluginFunction
impl Unpin for VSPluginFunction
impl UnwindSafe for VSPluginFunction
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