Struct wast::core::I8x16Shuffle
source · [−]Expand description
Lanes being shuffled in the i8x16.shuffle
instruction
Fields
lanes: [u8; 16]
Trait Implementations
sourceimpl Debug for I8x16Shuffle
impl Debug for I8x16Shuffle
Auto Trait Implementations
impl RefUnwindSafe for I8x16Shuffle
impl Send for I8x16Shuffle
impl Sync for I8x16Shuffle
impl Unpin for I8x16Shuffle
impl UnwindSafe for I8x16Shuffle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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