Enum wasmtime_environ::obj::LibCall
source · pub enum LibCall {
FloorF32,
FloorF64,
NearestF32,
NearestF64,
CeilF32,
CeilF64,
TruncF32,
TruncF64,
FmaF32,
FmaF64,
}
Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for LibCall
impl RefUnwindSafe for LibCall
impl Send for LibCall
impl Sync for LibCall
impl Unpin for LibCall
impl UnwindSafe for LibCall
Blanket Implementations§
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