[−][src]Struct beatmap_parser::info::Info
Represents an info.dat file
Fields
version: VersionFormat version
song_name: StringName of the song
song_sub_name: StringText rendered in smaller letters next to song name
Author of the song itself
Mapper of the song
beats_per_minute: f64BPM of the song
song_time_offset: f64Offset playing the audio, in seconds
shuffle: f64shuffle_period: f64preview_start_time: f64Audio preview starting point, in seconds
preview_duration: f64Audio preview length, in seconds
song_filename: StringAudio file name
cover_image_filename: StringCover file name
environment_name: EnvironmentGame environment to use
custom_data: CustomDataCustom data used by mods
difficulty_beatmap_sets: Vec<DifficultyBeatmapSet>A set of maps for a given characteristic
Trait Implementations
impl Debug for Info[src]
impl Serialize for Info[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
__S: Serializer,
impl<'de> Deserialize<'de> for Info[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl Sync for Info
impl Send for Info
impl Unpin for Info
impl RefUnwindSafe for Info
impl UnwindSafe for Info
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,
impl<T> Erased for T
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,