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