pub struct Call2 {
pub arg1: XReg,
pub arg2: XReg,
pub offset: PcRelOffset,
}
Expand description
Like call
, but also x0, x1 = arg1, arg2
Fields§
§arg1: XReg
§arg2: XReg
§offset: PcRelOffset
Implementations§
Trait Implementations§
Source§impl<'arbitrary> Arbitrary<'arbitrary> for Call2
impl<'arbitrary> Arbitrary<'arbitrary> for Call2
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 Call2
impl Eq for Call2
impl StructuralPartialEq for Call2
Auto Trait Implementations§
impl Freeze for Call2
impl RefUnwindSafe for Call2
impl Send for Call2
impl Sync for Call2
impl Unpin for Call2
impl UnwindSafe for Call2
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