Expand description
Extra data associated with the table.copy
instruction.
Fields
dst: ItemRef<'a, table>
The index of the destination table to copy into.
src: ItemRef<'a, table>
The index of the source table to copy from.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for TableCopy<'a>
impl<'a> Send for TableCopy<'a>
impl<'a> Sync for TableCopy<'a>
impl<'a> Unpin for TableCopy<'a>
impl<'a> UnwindSafe for TableCopy<'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