Struct wasmtime_environ::wasmparser::V128
source · pub struct V128(_);
Expand description
Represents a 128-bit vector value.
Implementations§
Trait Implementations§
source§impl PartialEq<V128> for V128
impl PartialEq<V128> for V128
impl Copy for V128
impl Eq for V128
impl StructuralEq for V128
impl StructuralPartialEq for V128
Auto Trait Implementations§
impl RefUnwindSafe for V128
impl Send for V128
impl Sync for V128
impl Unpin for V128
impl UnwindSafe for V128
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<T> CallHasher for Twhere
T: Hash + ?Sized,
impl<T> CallHasher for Twhere T: Hash + ?Sized,
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.