pub struct AuxOutputCount(pub usize);Expand description
Number of auxiliary output buses.
Use for multi-bus output plugins.
Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for AuxOutputCount
impl Clone for AuxOutputCount
Source§fn clone(&self) -> AuxOutputCount
fn clone(&self) -> AuxOutputCount
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 AuxOutputCount
impl Debug for AuxOutputCount
Source§impl PartialEq for AuxOutputCount
impl PartialEq for AuxOutputCount
Source§impl PluginSetup for AuxOutputCount
impl PluginSetup for AuxOutputCount
impl Copy for AuxOutputCount
impl StructuralPartialEq for AuxOutputCount
Auto Trait Implementations§
impl Freeze for AuxOutputCount
impl RefUnwindSafe for AuxOutputCount
impl Send for AuxOutputCount
impl Sync for AuxOutputCount
impl Unpin for AuxOutputCount
impl UnwindSafe for AuxOutputCount
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