pub struct TweenBatch { /* private fields */ }Expand description
Batched scalar tween evaluator.
Implementations§
Trait Implementations§
Source§impl Clone for TweenBatch
impl Clone for TweenBatch
Source§fn clone(&self) -> TweenBatch
fn clone(&self) -> TweenBatch
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 TweenBatch
impl Debug for TweenBatch
Source§impl Default for TweenBatch
impl Default for TweenBatch
Source§fn default() -> TweenBatch
fn default() -> TweenBatch
Returns the “default value” for a type. Read more
Source§impl From<TweenBatch> for JsValue
impl From<TweenBatch> for JsValue
Source§fn from(value: TweenBatch) -> Self
fn from(value: TweenBatch) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for TweenBatch
impl FromWasmAbi for TweenBatch
Source§impl IntoWasmAbi for TweenBatch
impl IntoWasmAbi for TweenBatch
Source§impl LongRefFromWasmAbi for TweenBatch
impl LongRefFromWasmAbi for TweenBatch
Source§type Abi = WasmPtr<WasmRefCell<TweenBatch>>
type Abi = WasmPtr<WasmRefCell<TweenBatch>>
Same as
RefFromWasmAbi::AbiSource§type Anchor = RcRef<TweenBatch>
type Anchor = RcRef<TweenBatch>
Same as
RefFromWasmAbi::AnchorSource§unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor
unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor
Same as
RefFromWasmAbi::ref_from_abiSource§impl OptionFromWasmAbi for TweenBatch
impl OptionFromWasmAbi for TweenBatch
Source§impl OptionIntoWasmAbi for TweenBatch
impl OptionIntoWasmAbi for TweenBatch
Source§impl RefFromWasmAbi for TweenBatch
impl RefFromWasmAbi for TweenBatch
Source§type Abi = WasmPtr<WasmRefCell<TweenBatch>>
type Abi = WasmPtr<WasmRefCell<TweenBatch>>
The Wasm ABI type references to
Self are recovered from.Source§type Anchor = RcRef<TweenBatch>
type Anchor = RcRef<TweenBatch>
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.Source§impl RefMutFromWasmAbi for TweenBatch
impl RefMutFromWasmAbi for TweenBatch
Source§type Abi = WasmPtr<WasmRefCell<TweenBatch>>
type Abi = WasmPtr<WasmRefCell<TweenBatch>>
Same as
RefFromWasmAbi::AbiSource§type Anchor = RcRefMut<TweenBatch>
type Anchor = RcRefMut<TweenBatch>
Same as
RefFromWasmAbi::AnchorSource§unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor
unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor
Same as
RefFromWasmAbi::ref_from_abiSource§impl TryFromJsValue for TweenBatch
impl TryFromJsValue for TweenBatch
Source§impl VectorFromWasmAbi for TweenBatch
impl VectorFromWasmAbi for TweenBatch
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[TweenBatch]>
Source§impl VectorIntoWasmAbi for TweenBatch
impl VectorIntoWasmAbi for TweenBatch
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[TweenBatch]>) -> Self::Abi
Source§impl WasmDescribeVector for TweenBatch
impl WasmDescribeVector for TweenBatch
impl SupportsConstructor for TweenBatch
impl SupportsInstanceProperty for TweenBatch
impl SupportsStaticProperty for TweenBatch
Auto Trait Implementations§
impl Freeze for TweenBatch
impl RefUnwindSafe for TweenBatch
impl Send for TweenBatch
impl Sync for TweenBatch
impl Unpin for TweenBatch
impl UnsafeUnpin for TweenBatch
impl UnwindSafe for TweenBatch
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.