#[repr(C)]pub struct CallArgument {
pub target_size: SizeX64,
pub source: OperandX64,
pub source_op: IrOp,
pub target: OperandX64,
pub candidate: bool,
}Fields§
§target_size: SizeX64§source: OperandX64§source_op: IrOp§target: OperandX64§candidate: boolTrait Implementations§
Source§impl Clone for CallArgument
impl Clone for CallArgument
Source§fn clone(&self) -> CallArgument
fn clone(&self) -> CallArgument
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CallArgument
impl Debug for CallArgument
Auto Trait Implementations§
impl Freeze for CallArgument
impl RefUnwindSafe for CallArgument
impl Send for CallArgument
impl Sync for CallArgument
impl Unpin for CallArgument
impl UnsafeUnpin for CallArgument
impl UnwindSafe for CallArgument
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