pub struct TableArg<'a> {
pub dst: Index<'a>,
}Expand description
Extra data associated with unary table instructions.
Fields§
§dst: Index<'a>The index of the table argument.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for TableArg<'a>
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more