Struct comfy_wgpu::PlaySoundParams
source · pub struct PlaySoundParams {
pub looped: bool,
}Fields§
§looped: boolTrait Implementations§
source§impl Clone for PlaySoundParams
impl Clone for PlaySoundParams
source§fn clone(&self) -> PlaySoundParams
fn clone(&self) -> PlaySoundParams
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 moresource§impl Debug for PlaySoundParams
impl Debug for PlaySoundParams
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
impl Copy for PlaySoundParams
Auto Trait Implementations§
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