pub struct SoundCommand { /* private fields */ }Implementations§
Source§impl SoundCommand
impl SoundCommand
pub fn options(&self) -> &Options
pub fn options_mut(&mut self) -> &mut Options
pub fn systemdb_entry(&self) -> u16
pub fn systemdb_entry_mut(&mut self) -> &mut u16
pub fn sound_type(&self) -> &SoundType
pub fn sound_type_mut(&mut self) -> &mut SoundType
pub fn state(&self) -> &State
pub fn state_mut(&mut self) -> &mut State
Trait Implementations§
Source§impl Clone for SoundCommand
impl Clone for SoundCommand
Source§fn clone(&self) -> SoundCommand
fn clone(&self) -> SoundCommand
Returns a duplicate 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 PartialEq for SoundCommand
impl PartialEq for SoundCommand
impl StructuralPartialEq for SoundCommand
Auto Trait Implementations§
impl Freeze for SoundCommand
impl RefUnwindSafe for SoundCommand
impl Send for SoundCommand
impl Sync for SoundCommand
impl Unpin for SoundCommand
impl UnwindSafe for SoundCommand
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