pub struct Music {
pub replace_current_music: bool,
pub max_delay: i32,
pub min_delay: i32,
pub sound: SoundEventRef,
}Fields§
§replace_current_music: bool§max_delay: i32§min_delay: i32§sound: SoundEventRefTrait Implementations§
Auto Trait Implementations§
impl Freeze for Music
impl RefUnwindSafe for Music
impl Send for Music
impl Sync for Music
impl Unpin for Music
impl UnsafeUnpin for Music
impl UnwindSafe for Music
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