pub struct ChartInfo {
pub difficulty_name: String,
pub od: f32,
pub hp: f32,
pub bg_path: String,
pub video_path: String,
pub song_path: String,
pub audio_offset: i32,
pub preview_time: i32,
pub key_count: u8,
}Fields§
§difficulty_name: String§od: f32§hp: f32§bg_path: String§video_path: String§song_path: String§audio_offset: i32§preview_time: i32§key_count: u8Implementations§
Trait Implementations§
Source§impl FromWasmAbi for ChartInfo
impl FromWasmAbi for ChartInfo
Source§impl IntoWasmAbi for ChartInfo
impl IntoWasmAbi for ChartInfo
Source§impl LongRefFromWasmAbi for ChartInfo
impl LongRefFromWasmAbi for ChartInfo
Source§impl OptionFromWasmAbi for ChartInfo
impl OptionFromWasmAbi for ChartInfo
Source§impl OptionIntoWasmAbi for ChartInfo
impl OptionIntoWasmAbi for ChartInfo
Source§impl RefFromWasmAbi for ChartInfo
impl RefFromWasmAbi for ChartInfo
Source§impl RefMutFromWasmAbi for ChartInfo
impl RefMutFromWasmAbi for ChartInfo
impl SupportsConstructor for ChartInfo
impl SupportsInstanceProperty for ChartInfo
impl SupportsStaticProperty for ChartInfo
Source§impl TryFromJsValue for ChartInfo
impl TryFromJsValue for ChartInfo
Source§impl VectorFromWasmAbi for ChartInfo
impl VectorFromWasmAbi for ChartInfo
Source§impl VectorIntoWasmAbi for ChartInfo
impl VectorIntoWasmAbi for ChartInfo
Auto Trait Implementations§
impl Freeze for ChartInfo
impl RefUnwindSafe for ChartInfo
impl Send for ChartInfo
impl Sync for ChartInfo
impl Unpin for ChartInfo
impl UnsafeUnpin for ChartInfo
impl UnwindSafe for ChartInfo
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
Source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::AbiSource§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err.