Struct AudioSettings
pub struct AudioSettings { /* private fields */ }
Expand description
Audio settings for the feature unit.
Contains volume and mute control.
Trait Implementations§
§impl Clone for AudioSettings
impl Clone for AudioSettings
§fn clone(&self) -> AudioSettings
fn clone(&self) -> AudioSettings
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 more§impl Debug for AudioSettings
impl Debug for AudioSettings
§impl Default for AudioSettings
impl Default for AudioSettings
§fn default() -> AudioSettings
fn default() -> AudioSettings
Returns the “default value” for a type. Read more
§impl Format for AudioSettings
impl Format for AudioSettings
impl Copy for AudioSettings
Auto Trait Implementations§
impl Freeze for AudioSettings
impl RefUnwindSafe for AudioSettings
impl Send for AudioSettings
impl Sync for AudioSettings
impl Unpin for AudioSettings
impl UnwindSafe for AudioSettings
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