Struct wast::core::StructAccess
source · [−]Expand description
Extra data associated with the struct.get/set
instructions
Fields
struct: Index<'a>
The index of the struct type we’re accessing.
field: Index<'a>
The index of the field of the struct we’re accessing
Trait Implementations
sourceimpl<'a> Debug for StructAccess<'a>
impl<'a> Debug for StructAccess<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for StructAccess<'a>
impl<'a> Send for StructAccess<'a>
impl<'a> Sync for StructAccess<'a>
impl<'a> Unpin for StructAccess<'a>
impl<'a> UnwindSafe for StructAccess<'a>
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