pub struct AdditionsSound {
pub sound: SoundEventRef,
pub tick_chance: f64,
}Fields§
§sound: SoundEventRef§tick_chance: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for AdditionsSound
impl RefUnwindSafe for AdditionsSound
impl Send for AdditionsSound
impl Sync for AdditionsSound
impl Unpin for AdditionsSound
impl UnsafeUnpin for AdditionsSound
impl UnwindSafe for AdditionsSound
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