LibCallResolver

Enum LibCallResolver 

Source
pub enum LibCallResolver {
Show 87 variants CeilF32, CeilF64, FloorF32, FloorF64, NearestF32, NearestF64, TruncF32, TruncF64, Memory32Size, ImportedMemory32Size, TableCopy, TableInit, TableFill, TableSize, ImportedTableSize, TableGet, ImportedTableGet, TableSet, ImportedTableSet, TableGrow, ImportedTableGrow, FuncRef, ElemDrop, Memory32Copy, ImportedMemory32Copy, Memory32Fill, ImportedMemory32Fill, Memory32Init, DataDrop, RaiseTrap, Probestack, Memory32AtomicWait32, ImportedMemory32AtomicWait32, Memory32AtomicWait64, ImportedMemory32AtomicWait64, Memory32AtomicNotify, ImportedMemory32AtomicNotify, Throw, AllocException, ReadExnRef, LibunwindExceptionIntoExnRef, EHPersonality, EHPersonality2, DebugUsize, DebugStr, Addsf3, Adddf3, Subsf3, Subdf3, Mulsf3, Muldf3, Divsf3, Divdf3, Negsf2, Negdf2, Extendsfdf2, Truncdfsf2, Fixsfsi, Fixdfsi, Fixsfdi, Fixdfdi, Fixunssfsi, Fixunsdfsi, Fixunssfdi, Fixunsdfdi, Floatsisf, Floatsidf, Floatdisf, Floatdidf, Floatunsisf, Floatunsidf, Floatundisf, Floatundidf, Unordsf2, Unorddf2, Eqsf2, Eqdf2, Nesf2, Nedf2, Gesf2, Gedf2, Ltsf2, Ltdf2, Lesf2, Ledf2, Gtsf2, Gtdf2,
}
Expand description

The resolver for an archived LibCall

Variants§

§

CeilF32

The resolver for LibCall::CeilF32

§

CeilF64

The resolver for LibCall::CeilF64

§

FloorF32

The resolver for LibCall::FloorF32

§

FloorF64

The resolver for LibCall::FloorF64

§

NearestF32

The resolver for LibCall::NearestF32

§

NearestF64

The resolver for LibCall::NearestF64

§

TruncF32

The resolver for LibCall::TruncF32

§

TruncF64

The resolver for LibCall::TruncF64

§

Memory32Size

The resolver for LibCall::Memory32Size

§

ImportedMemory32Size

§

TableCopy

The resolver for LibCall::TableCopy

§

TableInit

The resolver for LibCall::TableInit

§

TableFill

The resolver for LibCall::TableFill

§

TableSize

The resolver for LibCall::TableSize

§

ImportedTableSize

The resolver for LibCall::ImportedTableSize

§

TableGet

The resolver for LibCall::TableGet

§

ImportedTableGet

The resolver for LibCall::ImportedTableGet

§

TableSet

The resolver for LibCall::TableSet

§

ImportedTableSet

The resolver for LibCall::ImportedTableSet

§

TableGrow

The resolver for LibCall::TableGrow

§

ImportedTableGrow

The resolver for LibCall::ImportedTableGrow

§

FuncRef

The resolver for LibCall::FuncRef

§

ElemDrop

The resolver for LibCall::ElemDrop

§

Memory32Copy

The resolver for LibCall::Memory32Copy

§

ImportedMemory32Copy

§

Memory32Fill

The resolver for LibCall::Memory32Fill

§

ImportedMemory32Fill

§

Memory32Init

The resolver for LibCall::Memory32Init

§

DataDrop

The resolver for LibCall::DataDrop

§

RaiseTrap

The resolver for LibCall::RaiseTrap

§

Probestack

The resolver for LibCall::Probestack

§

Memory32AtomicWait32

§

ImportedMemory32AtomicWait32

§

Memory32AtomicWait64

§

ImportedMemory32AtomicWait64

§

Memory32AtomicNotify

§

ImportedMemory32AtomicNotify

§

Throw

The resolver for LibCall::Throw

§

AllocException

The resolver for LibCall::AllocException

§

ReadExnRef

The resolver for LibCall::ReadExnRef

§

LibunwindExceptionIntoExnRef

§

EHPersonality

The resolver for LibCall::EHPersonality

§

EHPersonality2

The resolver for LibCall::EHPersonality2

§

DebugUsize

The resolver for LibCall::DebugUsize

§

DebugStr

The resolver for LibCall::DebugStr

§

Addsf3

The resolver for LibCall::Addsf3

§

Adddf3

The resolver for LibCall::Adddf3

§

Subsf3

The resolver for LibCall::Subsf3

§

Subdf3

The resolver for LibCall::Subdf3

§

Mulsf3

The resolver for LibCall::Mulsf3

§

Muldf3

The resolver for LibCall::Muldf3

§

Divsf3

The resolver for LibCall::Divsf3

§

Divdf3

The resolver for LibCall::Divdf3

§

Negsf2

The resolver for LibCall::Negsf2

§

Negdf2

The resolver for LibCall::Negdf2

§

Extendsfdf2

The resolver for LibCall::Extendsfdf2

§

Truncdfsf2

The resolver for LibCall::Truncdfsf2

§

Fixsfsi

The resolver for LibCall::Fixsfsi

§

Fixdfsi

The resolver for LibCall::Fixdfsi

§

Fixsfdi

The resolver for LibCall::Fixsfdi

§

Fixdfdi

The resolver for LibCall::Fixdfdi

§

Fixunssfsi

The resolver for LibCall::Fixunssfsi

§

Fixunsdfsi

The resolver for LibCall::Fixunsdfsi

§

Fixunssfdi

The resolver for LibCall::Fixunssfdi

§

Fixunsdfdi

The resolver for LibCall::Fixunsdfdi

§

Floatsisf

The resolver for LibCall::Floatsisf

§

Floatsidf

The resolver for LibCall::Floatsidf

§

Floatdisf

The resolver for LibCall::Floatdisf

§

Floatdidf

The resolver for LibCall::Floatdidf

§

Floatunsisf

The resolver for LibCall::Floatunsisf

§

Floatunsidf

The resolver for LibCall::Floatunsidf

§

Floatundisf

The resolver for LibCall::Floatundisf

§

Floatundidf

The resolver for LibCall::Floatundidf

§

Unordsf2

The resolver for LibCall::Unordsf2

§

Unorddf2

The resolver for LibCall::Unorddf2

§

Eqsf2

The resolver for LibCall::Eqsf2

§

Eqdf2

The resolver for LibCall::Eqdf2

§

Nesf2

The resolver for LibCall::Nesf2

§

Nedf2

The resolver for LibCall::Nedf2

§

Gesf2

The resolver for LibCall::Gesf2

§

Gedf2

The resolver for LibCall::Gedf2

§

Ltsf2

The resolver for LibCall::Ltsf2

§

Ltdf2

The resolver for LibCall::Ltdf2

§

Lesf2

The resolver for LibCall::Lesf2

§

Ledf2

The resolver for LibCall::Ledf2

§

Gtsf2

The resolver for LibCall::Gtsf2

§

Gtdf2

The resolver for LibCall::Gtdf2

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata

Converts some archived metadata to the pointer metadata for itself.
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> if into_left is true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> if into_left(&self) returns true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Returns the layout of the type.
§

impl<T, N1, N2> Niching<NichedOption<T, N1>> for N2
where T: SharedNiching<N1, N2>, N1: Niching<T>, N2: Niching<T>,

§

unsafe fn is_niched(niched: *const NichedOption<T, N1>) -> bool

Returns whether the given value has been niched. Read more
§

fn resolve_niched(out: Place<NichedOption<T, N1>>)

Writes data to out indicating that a T is niched.
§

impl<T> Pointee for T

§

type Metadata = ()

The metadata type for pointers and references to this type.
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.