pub struct GenericManiaChart {
pub metadata: Metadata,
pub chartinfo: ChartInfo,
pub timing_points: TimingPoints,
pub hitobjects: HitObjects,
pub soundbank: Option<SoundBank>,
}Fields§
§metadata: Metadata§chartinfo: ChartInfo§timing_points: TimingPoints§hitobjects: HitObjects§soundbank: Option<SoundBank>Trait Implementations§
Source§impl Clone for GenericManiaChart
impl Clone for GenericManiaChart
Source§fn clone(&self) -> GenericManiaChart
fn clone(&self) -> GenericManiaChart
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GenericManiaChart
impl Debug for GenericManiaChart
Source§impl From<GenericManiaChart> for JsValue
impl From<GenericManiaChart> for JsValue
Source§fn from(value: GenericManiaChart) -> Self
fn from(value: GenericManiaChart) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for GenericManiaChart
impl FromWasmAbi for GenericManiaChart
Source§impl IntoWasmAbi for GenericManiaChart
impl IntoWasmAbi for GenericManiaChart
Source§impl RefFromWasmAbi for GenericManiaChart
impl RefFromWasmAbi for GenericManiaChart
Source§type Anchor = RcRef<GenericManiaChart>
type Anchor = RcRef<GenericManiaChart>
The type that holds the reference to
Self for the duration of the
invocation of the function that has an &Self parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous.impl SupportsConstructor for GenericManiaChart
impl SupportsInstanceProperty for GenericManiaChart
impl SupportsStaticProperty for GenericManiaChart
Source§impl TryFromJsValue for GenericManiaChart
impl TryFromJsValue for GenericManiaChart
Source§impl VectorFromWasmAbi for GenericManiaChart
impl VectorFromWasmAbi for GenericManiaChart
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[GenericManiaChart]>
Source§impl VectorIntoJsValue for GenericManiaChart
impl VectorIntoJsValue for GenericManiaChart
fn vector_into_jsvalue(vector: Box<[GenericManiaChart]>) -> JsValue
Source§impl VectorIntoWasmAbi for GenericManiaChart
impl VectorIntoWasmAbi for GenericManiaChart
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[GenericManiaChart]>) -> Self::Abi
Source§impl WasmDescribeVector for GenericManiaChart
impl WasmDescribeVector for GenericManiaChart
Auto Trait Implementations§
impl Freeze for GenericManiaChart
impl RefUnwindSafe for GenericManiaChart
impl Send for GenericManiaChart
impl Sync for GenericManiaChart
impl Unpin for GenericManiaChart
impl UnsafeUnpin for GenericManiaChart
impl UnwindSafe for GenericManiaChart
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.