pub struct ExternalSpeakerConfig {
pub module_display: bool,
pub module_rca: bool,
pub hat_spk: bool,
pub atomic_spk: bool,
pub hat_spk2: bool,
pub atomic_echo: bool,
}Fields§
§module_display: bool§module_rca: bool§hat_spk: bool§atomic_spk: bool§hat_spk2: bool§atomic_echo: boolTrait Implementations§
Source§impl Clone for ExternalSpeakerConfig
impl Clone for ExternalSpeakerConfig
Source§fn clone(&self) -> ExternalSpeakerConfig
fn clone(&self) -> ExternalSpeakerConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ExternalSpeakerConfig
impl Debug for ExternalSpeakerConfig
Source§impl Default for ExternalSpeakerConfig
impl Default for ExternalSpeakerConfig
Source§fn default() -> ExternalSpeakerConfig
fn default() -> ExternalSpeakerConfig
Returns the “default value” for a type. Read more
Source§impl PartialEq for ExternalSpeakerConfig
impl PartialEq for ExternalSpeakerConfig
Source§fn eq(&self, other: &ExternalSpeakerConfig) -> bool
fn eq(&self, other: &ExternalSpeakerConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ExternalSpeakerConfig
impl Eq for ExternalSpeakerConfig
impl StructuralPartialEq for ExternalSpeakerConfig
Auto Trait Implementations§
impl Freeze for ExternalSpeakerConfig
impl RefUnwindSafe for ExternalSpeakerConfig
impl Send for ExternalSpeakerConfig
impl Sync for ExternalSpeakerConfig
impl Unpin for ExternalSpeakerConfig
impl UnsafeUnpin for ExternalSpeakerConfig
impl UnwindSafe for ExternalSpeakerConfig
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