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 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 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§impl TcKonnektSegmentSerdes<StudioChStripMeters> for Studiok48Protocol
impl TcKonnektSegmentSerdes<StudioChStripMeters> for Studiok48Protocol
impl Copy for StudioChStripMeters
impl Eq for StudioChStripMeters
impl StructuralPartialEq for StudioChStripMeters
Auto Trait Implementations§
impl Freeze for StudioChStripMeters
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