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