pub struct JumpIfDefinedISpan {
pub var: SymbolKey,
pub addr: Address,
}
Expand description
Components of a conditional jump that depends on whether a variable is defined.
Fields§
§var: SymbolKey
The variable to check for nonexistence.
addr: Address
The address to jump to.
Auto Trait Implementations§
impl Freeze for JumpIfDefinedISpan
impl RefUnwindSafe for JumpIfDefinedISpan
impl Send for JumpIfDefinedISpan
impl Sync for JumpIfDefinedISpan
impl Unpin for JumpIfDefinedISpan
impl UnwindSafe for JumpIfDefinedISpan
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