pub struct Lv2PluginState {
pub port_values: Vec<Lv2StatePortValue>,
pub properties: Vec<Lv2StateProperty>,
}Fields§
§port_values: Vec<Lv2StatePortValue>§properties: Vec<Lv2StateProperty>Trait Implementations§
Source§impl Clone for Lv2PluginState
impl Clone for Lv2PluginState
Source§fn clone(&self) -> Lv2PluginState
fn clone(&self) -> Lv2PluginState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for Lv2PluginState
impl RefUnwindSafe for Lv2PluginState
impl Send for Lv2PluginState
impl Sync for Lv2PluginState
impl Unpin for Lv2PluginState
impl UnsafeUnpin for Lv2PluginState
impl UnwindSafe for Lv2PluginState
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