pub struct StudioChStripStates(pub [ChStripState; 4]);Expand description
Configuration for channel strip effect.
Tuple Fields§
§0: [ChStripState; 4]Trait Implementations§
source§impl AsMut<[ChStripState]> for StudioChStripStates
impl AsMut<[ChStripState]> for StudioChStripStates
source§fn as_mut(&mut self) -> &mut [ChStripState]
fn as_mut(&mut self) -> &mut [ChStripState]
Converts this type into a mutable reference of the (usually inferred) input type.
source§impl AsRef<[ChStripState]> for StudioChStripStates
impl AsRef<[ChStripState]> for StudioChStripStates
source§fn as_ref(&self) -> &[ChStripState]
fn as_ref(&self) -> &[ChStripState]
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Clone for StudioChStripStates
impl Clone for StudioChStripStates
source§fn clone(&self) -> StudioChStripStates
fn clone(&self) -> StudioChStripStates
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 StudioChStripStates
impl Debug for StudioChStripStates
source§impl Default for StudioChStripStates
impl Default for StudioChStripStates
source§fn default() -> StudioChStripStates
fn default() -> StudioChStripStates
Returns the “default value” for a type. Read more
source§impl PartialEq for StudioChStripStates
impl PartialEq for StudioChStripStates
source§fn eq(&self, other: &StudioChStripStates) -> bool
fn eq(&self, other: &StudioChStripStates) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl TcKonnektMutableSegmentOperation<StudioChStripStates> for Studiok48Protocol
impl TcKonnektMutableSegmentOperation<StudioChStripStates> for Studiok48Protocol
source§impl TcKonnektNotifiedSegmentOperation<StudioChStripStates> for Studiok48Protocol
impl TcKonnektNotifiedSegmentOperation<StudioChStripStates> for Studiok48Protocol
const NOTIFY_FLAG: u32 = 12_582_912u32
source§fn is_notified_segment(_: &TcKonnektSegment<T>, msg: u32) -> bool
fn is_notified_segment(_: &TcKonnektSegment<T>, msg: u32) -> bool
Check message to be notified or not.
source§impl TcKonnektSegmentSerdes<StudioChStripStates> for Studiok48Protocol
impl TcKonnektSegmentSerdes<StudioChStripStates> for Studiok48Protocol
impl Copy for StudioChStripStates
impl Eq for StudioChStripStates
impl StructuralEq for StudioChStripStates
impl StructuralPartialEq for StudioChStripStates
Auto Trait Implementations§
impl RefUnwindSafe for StudioChStripStates
impl Send for StudioChStripStates
impl Sync for StudioChStripStates
impl Unpin for StudioChStripStates
impl UnwindSafe for StudioChStripStates
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