pub struct Jump {
pub offset: PcRelOffset,
}
Expand description
Unconditionally transfer control to the PC at the given offset.
Fields§
§offset: PcRelOffset
Implementations§
Trait Implementations§
impl Copy for Jump
impl Eq for Jump
impl StructuralPartialEq for Jump
Auto Trait Implementations§
impl Freeze for Jump
impl RefUnwindSafe for Jump
impl Send for Jump
impl Sync for Jump
impl Unpin for Jump
impl UnwindSafe for Jump
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