Struct wasmer_types::TargetSharedSignatureIndex
source · [−]pub struct TargetSharedSignatureIndex(_);
Expand description
Target specific type for shared signature index.
Implementations
Trait Implementations
sourceimpl Clone for TargetSharedSignatureIndex
impl Clone for TargetSharedSignatureIndex
sourcefn clone(&self) -> TargetSharedSignatureIndex
fn clone(&self) -> TargetSharedSignatureIndex
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for TargetSharedSignatureIndex
impl Debug for TargetSharedSignatureIndex
impl Copy for TargetSharedSignatureIndex
Auto Trait Implementations
impl RefUnwindSafe for TargetSharedSignatureIndex
impl Send for TargetSharedSignatureIndex
impl Sync for TargetSharedSignatureIndex
impl Unpin for TargetSharedSignatureIndex
impl UnwindSafe for TargetSharedSignatureIndex
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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