pub struct AuxInputCount(pub usize);Expand description
Number of auxiliary input buses.
Use for sidechain-aware plugins that need to know how many aux inputs are available.
Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for AuxInputCount
impl Clone for AuxInputCount
Source§fn clone(&self) -> AuxInputCount
fn clone(&self) -> AuxInputCount
Returns a duplicate 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 AuxInputCount
impl Debug for AuxInputCount
Source§impl PartialEq for AuxInputCount
impl PartialEq for AuxInputCount
Source§impl PluginSetup for AuxInputCount
impl PluginSetup for AuxInputCount
impl Copy for AuxInputCount
impl StructuralPartialEq for AuxInputCount
Auto Trait Implementations§
impl Freeze for AuxInputCount
impl RefUnwindSafe for AuxInputCount
impl Send for AuxInputCount
impl Sync for AuxInputCount
impl Unpin for AuxInputCount
impl UnwindSafe for AuxInputCount
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