Struct firewire_dice_protocols::tcelectronic::shell::k24d::K24dChStripMeters
source · pub struct K24dChStripMeters(pub [ChStripMeter; 2]);Expand description
Hardware metering for channel strip effect.
Tuple Fields§
§0: [ChStripMeter; 2]Trait Implementations§
source§impl AsMut<[ChStripMeter]> for K24dChStripMeters
impl AsMut<[ChStripMeter]> for K24dChStripMeters
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 K24dChStripMeters
impl AsRef<[ChStripMeter]> for K24dChStripMeters
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 K24dChStripMeters
impl Clone for K24dChStripMeters
source§fn clone(&self) -> K24dChStripMeters
fn clone(&self) -> K24dChStripMeters
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 K24dChStripMeters
impl Debug for K24dChStripMeters
source§impl Default for K24dChStripMeters
impl Default for K24dChStripMeters
source§fn default() -> K24dChStripMeters
fn default() -> K24dChStripMeters
Returns the “default value” for a type. Read more
source§impl PartialEq for K24dChStripMeters
impl PartialEq for K24dChStripMeters
source§fn eq(&self, other: &K24dChStripMeters) -> bool
fn eq(&self, other: &K24dChStripMeters) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl TcKonnektSegmentSerdes<K24dChStripMeters> for K24dProtocol
impl TcKonnektSegmentSerdes<K24dChStripMeters> for K24dProtocol
impl Copy for K24dChStripMeters
impl Eq for K24dChStripMeters
impl StructuralEq for K24dChStripMeters
impl StructuralPartialEq for K24dChStripMeters
Auto Trait Implementations§
impl RefUnwindSafe for K24dChStripMeters
impl Send for K24dChStripMeters
impl Sync for K24dChStripMeters
impl Unpin for K24dChStripMeters
impl UnwindSafe for K24dChStripMeters
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