pub enum Song {
Electro5(Cbin<Song>),
Stage3(Cbin<RawBody>),
}Expand description
A stored song / set list, one variant per model that has them. Only the Electro 5 body decodes; the Stage 3 is container-verified verbatim.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Song
impl RefUnwindSafe for Song
impl Send for Song
impl Sync for Song
impl Unpin for Song
impl UnsafeUnpin for Song
impl UnwindSafe for Song
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