Expand description
Extra data associated with unary table instructions.
Fields
dst: ItemRef<'a, table>
The index of the table argument.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for TableArg<'a>
impl<'a> Send for TableArg<'a>
impl<'a> Sync for TableArg<'a>
impl<'a> Unpin for TableArg<'a>
impl<'a> UnwindSafe for TableArg<'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