pub struct ExtSetFxParamArgs {
pub track: MediaTrack,
pub fx_index: u32,
pub param_index: u32,
pub param_value: ReaperNormalizedFxParamValue,
}Fields§
§track: MediaTrack§fx_index: u32§param_index: u32§param_value: ReaperNormalizedFxParamValueTrait Implementations§
Source§impl Clone for ExtSetFxParamArgs
impl Clone for ExtSetFxParamArgs
Source§fn clone(&self) -> ExtSetFxParamArgs
fn clone(&self) -> ExtSetFxParamArgs
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 moreimpl Copy for ExtSetFxParamArgs
Source§impl Debug for ExtSetFxParamArgs
impl Debug for ExtSetFxParamArgs
Source§impl PartialEq for ExtSetFxParamArgs
impl PartialEq for ExtSetFxParamArgs
Source§fn eq(&self, other: &ExtSetFxParamArgs) -> bool
fn eq(&self, other: &ExtSetFxParamArgs) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExtSetFxParamArgs
Auto Trait Implementations§
impl !Send for ExtSetFxParamArgs
impl !Sync for ExtSetFxParamArgs
impl Freeze for ExtSetFxParamArgs
impl RefUnwindSafe for ExtSetFxParamArgs
impl Unpin for ExtSetFxParamArgs
impl UnsafeUnpin for ExtSetFxParamArgs
impl UnwindSafe for ExtSetFxParamArgs
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