pub struct PlaySoundParams {
pub looped: bool,
pub volume: f32,
}Fields§
§looped: bool§volume: f32Trait Implementations§
Source§impl Default for PlaySoundParams
impl Default for PlaySoundParams
Source§fn default() -> PlaySoundParams
fn default() -> PlaySoundParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PlaySoundParams
impl RefUnwindSafe for PlaySoundParams
impl Send for PlaySoundParams
impl Sync for PlaySoundParams
impl Unpin for PlaySoundParams
impl UnwindSafe for PlaySoundParams
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