pub struct BackgroundMusic {
pub default: MusicEntry,
pub creative: Option<MusicEntry>,
}Fields§
§default: MusicEntry§creative: Option<MusicEntry>Trait Implementations§
Auto Trait Implementations§
impl Freeze for BackgroundMusic
impl RefUnwindSafe for BackgroundMusic
impl Send for BackgroundMusic
impl Sync for BackgroundMusic
impl Unpin for BackgroundMusic
impl UnsafeUnpin for BackgroundMusic
impl UnwindSafe for BackgroundMusic
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