pub struct StudioChStripMeters(pub [ChStripMeter; 4]);Expand description
Hardware metering for channel strip effect.
Tuple Fields§
§0: [ChStripMeter; 4]Trait Implementations§
source§impl AsMut<[ChStripMeter]> for StudioChStripMeters
impl AsMut<[ChStripMeter]> for StudioChStripMeters
source§fn as_mut(&mut self) -> &mut [ChStripMeter]
fn as_mut(&mut self) -> &mut [ChStripMeter]
Converts this type into a mutable reference of the (usually inferred) input type.
source§impl AsRef<[ChStripMeter]> for StudioChStripMeters
impl AsRef<[ChStripMeter]> for StudioChStripMeters
source§fn as_ref(&self) -> &[ChStripMeter]
fn as_ref(&self) -> &[ChStripMeter]
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Clone for StudioChStripMeters
impl Clone for StudioChStripMeters
source§fn clone(&self) -> StudioChStripMeters
fn clone(&self) -> StudioChStripMeters
Returns a copy 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 StudioChStripMeters
impl Debug for StudioChStripMeters
source§impl Default for StudioChStripMeters
impl Default for StudioChStripMeters
source§fn default() -> StudioChStripMeters
fn default() -> StudioChStripMeters
Returns the “default value” for a type. Read more
source§impl PartialEq for StudioChStripMeters
impl PartialEq for StudioChStripMeters
source§fn eq(&self, other: &StudioChStripMeters) -> bool
fn eq(&self, other: &StudioChStripMeters) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl TcKonnektSegmentSerdes<StudioChStripMeters> for Studiok48Protocol
impl TcKonnektSegmentSerdes<StudioChStripMeters> for Studiok48Protocol
impl Copy for StudioChStripMeters
impl Eq for StudioChStripMeters
impl StructuralEq for StudioChStripMeters
impl StructuralPartialEq for StudioChStripMeters
Auto Trait Implementations§
impl RefUnwindSafe for StudioChStripMeters
impl Send for StudioChStripMeters
impl Sync for StudioChStripMeters
impl Unpin for StudioChStripMeters
impl UnwindSafe for StudioChStripMeters
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