struct PresetSong {
title: &'static str,
mml: &'static str,
}Fields§
§title: &'static str§mml: &'static strAuto Trait Implementations§
impl Freeze for PresetSong
impl RefUnwindSafe for PresetSong
impl Send for PresetSong
impl Sync for PresetSong
impl Unpin for PresetSong
impl UnsafeUnpin for PresetSong
impl UnwindSafe for PresetSong
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