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