pub struct AudioSettings { /* private fields */ }
Expand description
Audio settings for the feature unit.
Contains volume and mute control.
Trait Implementations§
Source§impl Clone for AudioSettings
impl Clone for AudioSettings
Source§fn clone(&self) -> AudioSettings
fn clone(&self) -> AudioSettings
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AudioSettings
impl Debug for AudioSettings
Source§impl Default for AudioSettings
impl Default for AudioSettings
Source§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