#[non_exhaustive]pub struct ChartDefaults;Implementations§
Source§impl ChartDefaults
impl ChartDefaults
pub const TITLE: &'static str = "Unknown Title"
pub const ALT_TITLE: &'static str = "Unknown Title"
pub const ARTIST: &'static str = "Unknown Artist"
pub const ALT_ARTIST: &'static str = "Unknown Artist"
pub const CREATOR: &'static str = "Unknown Creator"
pub const GENRE: &'static str = "Unknown Genre"
pub const SOURCE: &'static str = "Unknown Source"
pub const TAGS: Vec<String>
pub const BPM: &'static f32
pub const DIFFICULTY_NAME: &'static str = "Unknown Difficulty"
pub const BG_PATH: &'static str = "Unknown Background Path"
pub const SONG_PATH: &'static str = "Unknown Song File Path"
pub const AUDIO_OFFSET: &'static i32
pub const PREVIEW_TIME: &'static i32
pub const OVERALL_DIFFICULTY: &'static f32
pub const KEY_COUNT: &'static u8
pub const RAW_NOTES: &'static str = "No Note Data"
pub const RAW_BPMS: &'static str = "No BPM Data"
pub const RAW_STOPS: &'static str = "No STOPS Data"
pub const RAW_SV: &'static str = "No SV Data"
pub const HITSOUND: [u8; 4]
pub const VARIANTS: &'static [(&'static str, &'static dyn Any)]
Auto Trait Implementations§
impl Freeze for ChartDefaults
impl RefUnwindSafe for ChartDefaults
impl Send for ChartDefaults
impl Sync for ChartDefaults
impl Unpin for ChartDefaults
impl UnsafeUnpin for ChartDefaults
impl UnwindSafe for ChartDefaults
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