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