Struct wasmparser_nostd::V128
source · [−]pub struct V128(_);
Expand description
Represents a 128-bit vector value.
Implementations
Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more