pub struct JumpTo {
pub dest: usize,
pub first_operand: usize,
pub num_operands: usize,
}
Fields§
§dest: usize
§first_operand: usize
§num_operands: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JumpTo
impl RefUnwindSafe for JumpTo
impl Send for JumpTo
impl Sync for JumpTo
impl Unpin for JumpTo
impl UnwindSafe for JumpTo
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