pub struct Xpcadd {
pub dst: XReg,
pub offset: PcRelOffset,
}
Expand description
Adds offset
to the pc of this instruction and stores it in
dst
.
Fields§
§dst: XReg
§offset: PcRelOffset
Implementations§
Trait Implementations§
Source§impl<'arbitrary> Arbitrary<'arbitrary> for Xpcadd
impl<'arbitrary> Arbitrary<'arbitrary> for Xpcadd
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 moreSource§impl From<Xpcadd> for ExtendedOp
impl From<Xpcadd> for ExtendedOp
impl Copy for Xpcadd
impl Eq for Xpcadd
impl StructuralPartialEq for Xpcadd
Auto Trait Implementations§
impl Freeze for Xpcadd
impl RefUnwindSafe for Xpcadd
impl Send for Xpcadd
impl Sync for Xpcadd
impl Unpin for Xpcadd
impl UnwindSafe for Xpcadd
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