pub struct LayoutAnimator;Expand description
Non-WASM placeholder for browser-only DOM helpers.
Trait Implementations§
Source§impl Clone for LayoutAnimator
impl Clone for LayoutAnimator
Source§fn clone(&self) -> LayoutAnimator
fn clone(&self) -> LayoutAnimator
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 LayoutAnimator
impl Debug for LayoutAnimator
Source§impl Default for LayoutAnimator
impl Default for LayoutAnimator
Source§fn default() -> LayoutAnimator
fn default() -> LayoutAnimator
Returns the “default value” for a type. Read more
Source§impl From<LayoutAnimator> for JsValue
impl From<LayoutAnimator> for JsValue
Source§fn from(value: LayoutAnimator) -> Self
fn from(value: LayoutAnimator) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for LayoutAnimator
impl FromWasmAbi for LayoutAnimator
Source§impl IntoWasmAbi for LayoutAnimator
impl IntoWasmAbi for LayoutAnimator
Source§impl LongRefFromWasmAbi for LayoutAnimator
impl LongRefFromWasmAbi for LayoutAnimator
Source§type Abi = WasmPtr<WasmRefCell<LayoutAnimator>>
type Abi = WasmPtr<WasmRefCell<LayoutAnimator>>
Same as
RefFromWasmAbi::AbiSource§type Anchor = RcRef<LayoutAnimator>
type Anchor = RcRef<LayoutAnimator>
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 LayoutAnimator
impl OptionFromWasmAbi for LayoutAnimator
Source§impl OptionIntoWasmAbi for LayoutAnimator
impl OptionIntoWasmAbi for LayoutAnimator
Source§impl RefFromWasmAbi for LayoutAnimator
impl RefFromWasmAbi for LayoutAnimator
Source§type Abi = WasmPtr<WasmRefCell<LayoutAnimator>>
type Abi = WasmPtr<WasmRefCell<LayoutAnimator>>
The Wasm ABI type references to
Self are recovered from.Source§type Anchor = RcRef<LayoutAnimator>
type Anchor = RcRef<LayoutAnimator>
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 LayoutAnimator
impl RefMutFromWasmAbi for LayoutAnimator
Source§type Abi = WasmPtr<WasmRefCell<LayoutAnimator>>
type Abi = WasmPtr<WasmRefCell<LayoutAnimator>>
Same as
RefFromWasmAbi::AbiSource§type Anchor = RcRefMut<LayoutAnimator>
type Anchor = RcRefMut<LayoutAnimator>
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 LayoutAnimator
impl TryFromJsValue for LayoutAnimator
Source§impl VectorFromWasmAbi for LayoutAnimator
impl VectorFromWasmAbi for LayoutAnimator
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[LayoutAnimator]>
Source§impl VectorIntoWasmAbi for LayoutAnimator
impl VectorIntoWasmAbi for LayoutAnimator
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[LayoutAnimator]>) -> Self::Abi
Source§impl WasmDescribeVector for LayoutAnimator
impl WasmDescribeVector for LayoutAnimator
impl SupportsConstructor for LayoutAnimator
impl SupportsInstanceProperty for LayoutAnimator
impl SupportsStaticProperty for LayoutAnimator
Auto Trait Implementations§
impl Freeze for LayoutAnimator
impl RefUnwindSafe for LayoutAnimator
impl Send for LayoutAnimator
impl Sync for LayoutAnimator
impl Unpin for LayoutAnimator
impl UnsafeUnpin for LayoutAnimator
impl UnwindSafe for LayoutAnimator
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.