pub enum TimingChangeType {
Bpm,
Sv,
Stop,
}Variants§
Trait Implementations§
Source§impl Clone for TimingChangeType
impl Clone for TimingChangeType
Source§fn clone(&self) -> TimingChangeType
fn clone(&self) -> TimingChangeType
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 moreimpl Copy for TimingChangeType
Source§impl Debug for TimingChangeType
impl Debug for TimingChangeType
Source§impl From<TimingChangeType> for JsValue
impl From<TimingChangeType> for JsValue
Source§fn from(value: TimingChangeType) -> Self
fn from(value: TimingChangeType) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for TimingChangeType
impl FromWasmAbi for TimingChangeType
Source§impl IntoWasmAbi for TimingChangeType
impl IntoWasmAbi for TimingChangeType
Source§impl OptionFromWasmAbi for TimingChangeType
impl OptionFromWasmAbi for TimingChangeType
Source§impl OptionIntoWasmAbi for TimingChangeType
impl OptionIntoWasmAbi for TimingChangeType
Source§impl PartialEq for TimingChangeType
impl PartialEq for TimingChangeType
Source§fn eq(&self, other: &TimingChangeType) -> bool
fn eq(&self, other: &TimingChangeType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TimingChangeType
Source§impl TryFromJsValue for TimingChangeType
impl TryFromJsValue for TimingChangeType
Source§fn try_from_js_value(
value: JsValue,
) -> Result<Self, <TimingChangeType as TryFromJsValue>::Error>
fn try_from_js_value( value: JsValue, ) -> Result<Self, <TimingChangeType as TryFromJsValue>::Error>
Performs the conversion.
Source§impl VectorFromWasmAbi for TimingChangeType
impl VectorFromWasmAbi for TimingChangeType
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[TimingChangeType]>
Source§impl VectorIntoJsValue for TimingChangeType
impl VectorIntoJsValue for TimingChangeType
fn vector_into_jsvalue(vector: Box<[TimingChangeType]>) -> JsValue
Source§impl VectorIntoWasmAbi for TimingChangeType
impl VectorIntoWasmAbi for TimingChangeType
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[TimingChangeType]>) -> Self::Abi
Source§impl WasmDescribeVector for TimingChangeType
impl WasmDescribeVector for TimingChangeType
Auto Trait Implementations§
impl Freeze for TimingChangeType
impl RefUnwindSafe for TimingChangeType
impl Send for TimingChangeType
impl Sync for TimingChangeType
impl Unpin for TimingChangeType
impl UnsafeUnpin for TimingChangeType
impl UnwindSafe for TimingChangeType
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.