Struct wasmer_types::LocalTableIndex
source · [−]pub struct LocalTableIndex(_);
Expand description
Index type of a table defined locally inside the WebAssembly module.
Implementations
Trait Implementations
sourceimpl Clone for LocalTableIndex
impl Clone for LocalTableIndex
sourcefn clone(&self) -> LocalTableIndex
fn clone(&self) -> LocalTableIndex
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for LocalTableIndex
impl Debug for LocalTableIndex
sourceimpl EntityRef for LocalTableIndex
impl EntityRef for LocalTableIndex
sourceimpl Hash for LocalTableIndex
impl Hash for LocalTableIndex
sourceimpl Ord for LocalTableIndex
impl Ord for LocalTableIndex
sourcefn cmp(&self, other: &LocalTableIndex) -> Ordering
fn cmp(&self, other: &LocalTableIndex) -> Ordering
1.21.0 · sourceconst fn max(self, other: Self) -> Selfwhere
Self: Sized,
const fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 · sourceconst fn min(self, other: Self) -> Selfwhere
Self: Sized,
const fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourceconst fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
const fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<LocalTableIndex> for LocalTableIndex
impl PartialEq<LocalTableIndex> for LocalTableIndex
sourcefn eq(&self, other: &LocalTableIndex) -> bool
fn eq(&self, other: &LocalTableIndex) -> bool
sourceimpl PartialOrd<LocalTableIndex> for LocalTableIndex
impl PartialOrd<LocalTableIndex> for LocalTableIndex
sourcefn partial_cmp(&self, other: &LocalTableIndex) -> Option<Ordering>
fn partial_cmp(&self, other: &LocalTableIndex) -> Option<Ordering>
1.0.0 · sourceconst fn le(&self, other: &Rhs) -> bool
const fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresourceimpl ReservedValue for LocalTableIndex
impl ReservedValue for LocalTableIndex
sourcefn reserved_value() -> LocalTableIndex
fn reserved_value() -> LocalTableIndex
Create an instance of the reserved value.
sourcefn is_reserved_value(&self) -> bool
fn is_reserved_value(&self) -> bool
Checks whether value is the reserved one.
impl Copy for LocalTableIndex
impl Eq for LocalTableIndex
impl StructuralEq for LocalTableIndex
impl StructuralPartialEq for LocalTableIndex
Auto Trait Implementations
impl RefUnwindSafe for LocalTableIndex
impl Send for LocalTableIndex
impl Sync for LocalTableIndex
impl Unpin for LocalTableIndex
impl UnwindSafe for LocalTableIndex
Blanket Implementations
sourceimpl<T> ArchivePointee for T
impl<T> ArchivePointee for T
type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
sourcefn pointer_metadata(
&<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
fn pointer_metadata(
&<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere
W: DeserializeWith<F, T, D>,
D: Fallible + ?Sized,
F: ?Sized,
impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere
W: DeserializeWith<F, T, D>,
D: Fallible + ?Sized,
F: ?Sized,
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.