Struct tinywasm::ExternName
source · pub struct ExternName { /* private fields */ }
Expand description
Name of an import
Trait Implementations§
source§impl Clone for ExternName
impl Clone for ExternName
source§fn clone(&self) -> ExternName
fn clone(&self) -> ExternName
Returns a copy of the value. Read more
1.0.0 · 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 ExternName
impl Debug for ExternName
source§impl From<&Import> for ExternName
impl From<&Import> for ExternName
source§impl Hash for ExternName
impl Hash for ExternName
source§impl Ord for ExternName
impl Ord for ExternName
source§fn cmp(&self, other: &ExternName) -> Ordering
fn cmp(&self, other: &ExternName) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for ExternName
impl PartialEq for ExternName
source§fn eq(&self, other: &ExternName) -> bool
fn eq(&self, other: &ExternName) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ExternName
impl PartialOrd for ExternName
source§fn partial_cmp(&self, other: &ExternName) -> Option<Ordering>
fn partial_cmp(&self, other: &ExternName) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
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 moreimpl Eq for ExternName
impl StructuralPartialEq for ExternName
Auto Trait Implementations§
impl Freeze for ExternName
impl RefUnwindSafe for ExternName
impl Send for ExternName
impl Sync for ExternName
impl Unpin for ExternName
impl UnwindSafe for ExternName
Blanket Implementations§
source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
source§fn 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.
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> CallHasher for T
impl<T> CallHasher for T
source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<F, W, T, D> Deserialize<With<T, W>, D> for F
impl<F, W, T, D> Deserialize<With<T, W>, D> for F
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<T> LayoutRaw for T
impl<T> LayoutRaw for T
source§fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
Gets the layout of the type.