pub struct XJump {
pub reg: XReg,
}
Expand description
Unconditionally transfer control to the PC at specified register.
Fields§
§reg: XReg
Implementations§
Trait Implementations§
Source§impl<'arbitrary> Arbitrary<'arbitrary> for XJump
impl<'arbitrary> Arbitrary<'arbitrary> for XJump
Source§fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<Self>
fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<Self>
Generate an arbitrary value of
Self
from the given unstructured data. Read moreSource§fn arbitrary_take_rest(u: Unstructured<'arbitrary>) -> Result<Self>
fn arbitrary_take_rest(u: Unstructured<'arbitrary>) -> Result<Self>
Generate an arbitrary value of
Self
from the entirety of the given
unstructured data. Read moreimpl Copy for XJump
impl Eq for XJump
impl StructuralPartialEq for XJump
Auto Trait Implementations§
impl Freeze for XJump
impl RefUnwindSafe for XJump
impl Send for XJump
impl Sync for XJump
impl Unpin for XJump
impl UnwindSafe for XJump
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