pub struct ComponentHandler {
pub parameter_changes: Arc<Mutex<Vec<(u32, f64)>>>,
}Fields§
§parameter_changes: Arc<Mutex<Vec<(u32, f64)>>>Implementations§
Trait Implementations§
Source§impl Class for ComponentHandler
impl Class for ComponentHandler
Source§type Interfaces = (IComponentHandler,)
type Interfaces = (IComponentHandler,)
The list of interfaces implemented by this Rust type. Read more
Auto Trait Implementations§
impl Freeze for ComponentHandler
impl RefUnwindSafe for ComponentHandler
impl Send for ComponentHandler
impl Sync for ComponentHandler
impl Unpin for ComponentHandler
impl UnsafeUnpin for ComponentHandler
impl UnwindSafe for ComponentHandler
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