Enum wasmtime_environ::component::FlatType
source · pub enum FlatType {
I32,
I64,
F32,
F64,
}
Variants§
Trait Implementations§
source§impl PartialEq for FlatType
impl PartialEq for FlatType
impl Copy for FlatType
impl Eq for FlatType
impl StructuralPartialEq for FlatType
Auto Trait Implementations§
impl Freeze for FlatType
impl RefUnwindSafe for FlatType
impl Send for FlatType
impl Sync for FlatType
impl Unpin for FlatType
impl UnwindSafe for FlatType
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
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.