pub struct HitSound {
pub sounds: SoundTypes,
pub sample_set: SampleSet,
pub addition_set: SampleSet,
}
Fields§
§sounds: SoundTypes
§sample_set: SampleSet
§addition_set: SampleSet
Trait Implementations§
impl Copy for HitSound
Auto Trait Implementations§
impl Freeze for HitSound
impl RefUnwindSafe for HitSound
impl Send for HitSound
impl Sync for HitSound
impl Unpin for HitSound
impl UnwindSafe for HitSound
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