Struct comfy_core::PlaySoundCommand
source · pub struct PlaySoundCommand {
pub sound: Sound,
pub settings: StaticSoundSettings,
}Fields§
§sound: Sound§settings: StaticSoundSettingsAuto Trait Implementations§
impl RefUnwindSafe for PlaySoundCommand
impl Send for PlaySoundCommand
impl Sync for PlaySoundCommand
impl Unpin for PlaySoundCommand
impl UnwindSafe for PlaySoundCommand
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