pub struct BatchTileLoader { /* private fields */ }Expand description
Batch tile loader for efficient multi-tile loading
Implementations§
Trait Implementations§
Source§impl From<BatchTileLoader> for JsValue
impl From<BatchTileLoader> for JsValue
Source§fn from(value: BatchTileLoader) -> Self
fn from(value: BatchTileLoader) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for BatchTileLoader
impl FromWasmAbi for BatchTileLoader
Source§impl IntoWasmAbi for BatchTileLoader
impl IntoWasmAbi for BatchTileLoader
Source§impl LongRefFromWasmAbi for BatchTileLoader
impl LongRefFromWasmAbi for BatchTileLoader
Source§impl OptionFromWasmAbi for BatchTileLoader
impl OptionFromWasmAbi for BatchTileLoader
Source§impl OptionIntoWasmAbi for BatchTileLoader
impl OptionIntoWasmAbi for BatchTileLoader
Source§impl RefFromWasmAbi for BatchTileLoader
impl RefFromWasmAbi for BatchTileLoader
Source§type Anchor = RcRef<BatchTileLoader>
type Anchor = RcRef<BatchTileLoader>
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 BatchTileLoader
impl RefMutFromWasmAbi for BatchTileLoader
Source§impl TryFromJsValue for BatchTileLoader
impl TryFromJsValue for BatchTileLoader
Source§impl VectorFromWasmAbi for BatchTileLoader
impl VectorFromWasmAbi for BatchTileLoader
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[BatchTileLoader]>
Source§impl VectorIntoWasmAbi for BatchTileLoader
impl VectorIntoWasmAbi for BatchTileLoader
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[BatchTileLoader]>) -> Self::Abi
Source§impl WasmDescribeVector for BatchTileLoader
impl WasmDescribeVector for BatchTileLoader
impl SupportsConstructor for BatchTileLoader
impl SupportsInstanceProperty for BatchTileLoader
impl SupportsStaticProperty for BatchTileLoader
Auto Trait Implementations§
impl Freeze for BatchTileLoader
impl RefUnwindSafe for BatchTileLoader
impl Send for BatchTileLoader
impl Sync for BatchTileLoader
impl Unpin for BatchTileLoader
impl UnsafeUnpin for BatchTileLoader
impl UnwindSafe for BatchTileLoader
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> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
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.