Struct firewire_dice_protocols::tcelectronic::shell::k8::K8MixerState
source · pub struct K8MixerState {
pub mixer: ShellMixerState,
pub enabled: bool,
}Expand description
State of mixer.
Fields§
§mixer: ShellMixerStateThe common structure for state of mixer.
enabled: boolWhether to use mixer function.
Trait Implementations§
source§impl AsMut<ShellMixerState> for K8MixerState
impl AsMut<ShellMixerState> for K8MixerState
source§fn as_mut(&mut self) -> &mut ShellMixerState
fn as_mut(&mut self) -> &mut ShellMixerState
Converts this type into a mutable reference of the (usually inferred) input type.
source§impl AsRef<ShellMixerState> for K8MixerState
impl AsRef<ShellMixerState> for K8MixerState
source§fn as_ref(&self) -> &ShellMixerState
fn as_ref(&self) -> &ShellMixerState
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Clone for K8MixerState
impl Clone for K8MixerState
source§fn clone(&self) -> K8MixerState
fn clone(&self) -> K8MixerState
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 K8MixerState
impl Debug for K8MixerState
source§impl Default for K8MixerState
impl Default for K8MixerState
source§impl PartialEq for K8MixerState
impl PartialEq for K8MixerState
source§fn eq(&self, other: &K8MixerState) -> bool
fn eq(&self, other: &K8MixerState) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl TcKonnektMutableSegmentOperation<K8MixerState> for K8Protocol
impl TcKonnektMutableSegmentOperation<K8MixerState> for K8Protocol
source§impl TcKonnektNotifiedSegmentOperation<K8MixerState> for K8Protocol
impl TcKonnektNotifiedSegmentOperation<K8MixerState> for K8Protocol
const NOTIFY_FLAG: u32 = 262_144u32
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<K8MixerState> for K8Protocol
impl TcKonnektSegmentSerdes<K8MixerState> for K8Protocol
impl Eq for K8MixerState
impl StructuralEq for K8MixerState
impl StructuralPartialEq for K8MixerState
Auto Trait Implementations§
impl RefUnwindSafe for K8MixerState
impl Send for K8MixerState
impl Sync for K8MixerState
impl Unpin for K8MixerState
impl UnwindSafe for K8MixerState
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