pub struct JumpISpan {
pub addr: Address,
}
Expand description
Components of an unconditional jump instruction.
Fields§
§addr: Address
The address to jump to.
Trait Implementations§
impl Eq for JumpISpan
impl StructuralPartialEq for JumpISpan
Auto Trait Implementations§
impl Freeze for JumpISpan
impl RefUnwindSafe for JumpISpan
impl Send for JumpISpan
impl Sync for JumpISpan
impl Unpin for JumpISpan
impl UnwindSafe for JumpISpan
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