#[repr(u8)]pub enum ArchivedLibCall {
Show 87 variants
CeilF32 = 0,
CeilF64 = 1,
FloorF32 = 2,
FloorF64 = 3,
NearestF32 = 4,
NearestF64 = 5,
TruncF32 = 6,
TruncF64 = 7,
Memory32Size = 8,
ImportedMemory32Size = 9,
TableCopy = 10,
TableInit = 11,
TableFill = 12,
TableSize = 13,
ImportedTableSize = 14,
TableGet = 15,
ImportedTableGet = 16,
TableSet = 17,
ImportedTableSet = 18,
TableGrow = 19,
ImportedTableGrow = 20,
FuncRef = 21,
ElemDrop = 22,
Memory32Copy = 23,
ImportedMemory32Copy = 24,
Memory32Fill = 25,
ImportedMemory32Fill = 26,
Memory32Init = 27,
DataDrop = 28,
RaiseTrap = 29,
Probestack = 30,
Memory32AtomicWait32 = 31,
ImportedMemory32AtomicWait32 = 32,
Memory32AtomicWait64 = 33,
ImportedMemory32AtomicWait64 = 34,
Memory32AtomicNotify = 35,
ImportedMemory32AtomicNotify = 36,
Throw = 37,
AllocException = 38,
ReadExnRef = 39,
LibunwindExceptionIntoExnRef = 40,
EHPersonality = 41,
EHPersonality2 = 42,
DebugUsize = 43,
DebugStr = 44,
Addsf3 = 45,
Adddf3 = 46,
Subsf3 = 47,
Subdf3 = 48,
Mulsf3 = 49,
Muldf3 = 50,
Divsf3 = 51,
Divdf3 = 52,
Negsf2 = 53,
Negdf2 = 54,
Extendsfdf2 = 55,
Truncdfsf2 = 56,
Fixsfsi = 57,
Fixdfsi = 58,
Fixsfdi = 59,
Fixdfdi = 60,
Fixunssfsi = 61,
Fixunsdfsi = 62,
Fixunssfdi = 63,
Fixunsdfdi = 64,
Floatsisf = 65,
Floatsidf = 66,
Floatdisf = 67,
Floatdidf = 68,
Floatunsisf = 69,
Floatunsidf = 70,
Floatundisf = 71,
Floatundidf = 72,
Unordsf2 = 73,
Unorddf2 = 74,
Eqsf2 = 75,
Eqdf2 = 76,
Nesf2 = 77,
Nedf2 = 78,
Gesf2 = 79,
Gedf2 = 80,
Ltsf2 = 81,
Ltdf2 = 82,
Lesf2 = 83,
Ledf2 = 84,
Gtsf2 = 85,
Gtdf2 = 86,
}Expand description
An archived LibCall
Variants§
CeilF32 = 0
The archived counterpart of LibCall::CeilF32
CeilF64 = 1
The archived counterpart of LibCall::CeilF64
FloorF32 = 2
The archived counterpart of LibCall::FloorF32
FloorF64 = 3
The archived counterpart of LibCall::FloorF64
NearestF32 = 4
The archived counterpart of LibCall::NearestF32
NearestF64 = 5
The archived counterpart of LibCall::NearestF64
TruncF32 = 6
The archived counterpart of LibCall::TruncF32
TruncF64 = 7
The archived counterpart of LibCall::TruncF64
Memory32Size = 8
The archived counterpart of LibCall::Memory32Size
ImportedMemory32Size = 9
The archived counterpart of LibCall::ImportedMemory32Size
TableCopy = 10
The archived counterpart of LibCall::TableCopy
TableInit = 11
The archived counterpart of LibCall::TableInit
TableFill = 12
The archived counterpart of LibCall::TableFill
TableSize = 13
The archived counterpart of LibCall::TableSize
ImportedTableSize = 14
The archived counterpart of LibCall::ImportedTableSize
TableGet = 15
The archived counterpart of LibCall::TableGet
ImportedTableGet = 16
The archived counterpart of LibCall::ImportedTableGet
TableSet = 17
The archived counterpart of LibCall::TableSet
ImportedTableSet = 18
The archived counterpart of LibCall::ImportedTableSet
TableGrow = 19
The archived counterpart of LibCall::TableGrow
ImportedTableGrow = 20
The archived counterpart of LibCall::ImportedTableGrow
FuncRef = 21
The archived counterpart of LibCall::FuncRef
ElemDrop = 22
The archived counterpart of LibCall::ElemDrop
Memory32Copy = 23
The archived counterpart of LibCall::Memory32Copy
ImportedMemory32Copy = 24
The archived counterpart of LibCall::ImportedMemory32Copy
Memory32Fill = 25
The archived counterpart of LibCall::Memory32Fill
ImportedMemory32Fill = 26
The archived counterpart of LibCall::ImportedMemory32Fill
Memory32Init = 27
The archived counterpart of LibCall::Memory32Init
DataDrop = 28
The archived counterpart of LibCall::DataDrop
RaiseTrap = 29
The archived counterpart of LibCall::RaiseTrap
Probestack = 30
The archived counterpart of LibCall::Probestack
Memory32AtomicWait32 = 31
The archived counterpart of LibCall::Memory32AtomicWait32
ImportedMemory32AtomicWait32 = 32
The archived counterpart of LibCall::ImportedMemory32AtomicWait32
Memory32AtomicWait64 = 33
The archived counterpart of LibCall::Memory32AtomicWait64
ImportedMemory32AtomicWait64 = 34
The archived counterpart of LibCall::ImportedMemory32AtomicWait64
Memory32AtomicNotify = 35
The archived counterpart of LibCall::Memory32AtomicNotify
ImportedMemory32AtomicNotify = 36
The archived counterpart of LibCall::ImportedMemory32AtomicNotify
Throw = 37
The archived counterpart of LibCall::Throw
AllocException = 38
The archived counterpart of LibCall::AllocException
ReadExnRef = 39
The archived counterpart of LibCall::ReadExnRef
LibunwindExceptionIntoExnRef = 40
The archived counterpart of LibCall::LibunwindExceptionIntoExnRef
EHPersonality = 41
The archived counterpart of LibCall::EHPersonality
EHPersonality2 = 42
The archived counterpart of LibCall::EHPersonality2
DebugUsize = 43
The archived counterpart of LibCall::DebugUsize
DebugStr = 44
The archived counterpart of LibCall::DebugStr
Addsf3 = 45
The archived counterpart of LibCall::Addsf3
Adddf3 = 46
The archived counterpart of LibCall::Adddf3
Subsf3 = 47
The archived counterpart of LibCall::Subsf3
Subdf3 = 48
The archived counterpart of LibCall::Subdf3
Mulsf3 = 49
The archived counterpart of LibCall::Mulsf3
Muldf3 = 50
The archived counterpart of LibCall::Muldf3
Divsf3 = 51
The archived counterpart of LibCall::Divsf3
Divdf3 = 52
The archived counterpart of LibCall::Divdf3
Negsf2 = 53
The archived counterpart of LibCall::Negsf2
Negdf2 = 54
The archived counterpart of LibCall::Negdf2
Extendsfdf2 = 55
The archived counterpart of LibCall::Extendsfdf2
Truncdfsf2 = 56
The archived counterpart of LibCall::Truncdfsf2
Fixsfsi = 57
The archived counterpart of LibCall::Fixsfsi
Fixdfsi = 58
The archived counterpart of LibCall::Fixdfsi
Fixsfdi = 59
The archived counterpart of LibCall::Fixsfdi
Fixdfdi = 60
The archived counterpart of LibCall::Fixdfdi
Fixunssfsi = 61
The archived counterpart of LibCall::Fixunssfsi
Fixunsdfsi = 62
The archived counterpart of LibCall::Fixunsdfsi
Fixunssfdi = 63
The archived counterpart of LibCall::Fixunssfdi
Fixunsdfdi = 64
The archived counterpart of LibCall::Fixunsdfdi
Floatsisf = 65
The archived counterpart of LibCall::Floatsisf
Floatsidf = 66
The archived counterpart of LibCall::Floatsidf
Floatdisf = 67
The archived counterpart of LibCall::Floatdisf
Floatdidf = 68
The archived counterpart of LibCall::Floatdidf
Floatunsisf = 69
The archived counterpart of LibCall::Floatunsisf
Floatunsidf = 70
The archived counterpart of LibCall::Floatunsidf
Floatundisf = 71
The archived counterpart of LibCall::Floatundisf
Floatundidf = 72
The archived counterpart of LibCall::Floatundidf
Unordsf2 = 73
The archived counterpart of LibCall::Unordsf2
Unorddf2 = 74
The archived counterpart of LibCall::Unorddf2
Eqsf2 = 75
The archived counterpart of LibCall::Eqsf2
Eqdf2 = 76
The archived counterpart of LibCall::Eqdf2
Nesf2 = 77
The archived counterpart of LibCall::Nesf2
Nedf2 = 78
The archived counterpart of LibCall::Nedf2
Gesf2 = 79
The archived counterpart of LibCall::Gesf2
Gedf2 = 80
The archived counterpart of LibCall::Gedf2
Ltsf2 = 81
The archived counterpart of LibCall::Ltsf2
Ltdf2 = 82
The archived counterpart of LibCall::Ltdf2
Lesf2 = 83
The archived counterpart of LibCall::Lesf2
Ledf2 = 84
The archived counterpart of LibCall::Ledf2
Gtsf2 = 85
The archived counterpart of LibCall::Gtsf2
Gtdf2 = 86
The archived counterpart of LibCall::Gtdf2
Trait Implementations§
Source§impl<__C: Fallible + ?Sized> CheckBytes<__C> for ArchivedLibCallwhere
<__C as Fallible>::Error: Source,
impl<__C: Fallible + ?Sized> CheckBytes<__C> for ArchivedLibCallwhere
<__C as Fallible>::Error: Source,
Source§impl Debug for ArchivedLibCall
impl Debug for ArchivedLibCall
Source§impl Hash for ArchivedLibCall
impl Hash for ArchivedLibCall
Source§impl PartialEq<ArchivedLibCall> for LibCall
impl PartialEq<ArchivedLibCall> for LibCall
Source§impl PartialEq<LibCall> for ArchivedLibCall
impl PartialEq<LibCall> for ArchivedLibCall
Source§impl PartialEq for ArchivedLibCall
impl PartialEq for ArchivedLibCall
impl Eq for ArchivedLibCall
impl Portable for ArchivedLibCall
impl StructuralPartialEq for ArchivedLibCall
Auto Trait Implementations§
impl Freeze for ArchivedLibCall
impl RefUnwindSafe for ArchivedLibCall
impl Send for ArchivedLibCall
impl Sync for ArchivedLibCall
impl Unpin for ArchivedLibCall
impl UnwindSafe for ArchivedLibCall
Blanket Implementations§
§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key and return true if they are equal.Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
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 moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
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