Struct wast::LoadOrStoreLane 
source · [−]Expand description
Extra data associated with the loadN_lane and storeN_lane instructions.
Fields
memarg: MemArg<'a>The memory argument for this instruction.
lane: LaneArgThe lane argument for this instruction.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for LoadOrStoreLane<'a>
impl<'a> Send for LoadOrStoreLane<'a>
impl<'a> Sync for LoadOrStoreLane<'a>
impl<'a> Unpin for LoadOrStoreLane<'a>
impl<'a> UnwindSafe for LoadOrStoreLane<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
 
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more