pub struct ArgumentInfo {
pub var_name: String,
pub var_type: VarType,
pub register1: IndexRegister,
pub register2: Option<IndexRegister>,
}Fields§
§var_name: String§var_type: VarType§register1: IndexRegister§register2: Option<IndexRegister>Trait Implementations§
Source§impl Clone for ArgumentInfo
impl Clone for ArgumentInfo
Source§fn clone(&self) -> ArgumentInfo
fn clone(&self) -> ArgumentInfo
Returns a duplicate of the value. Read more
1.0.0 · 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 ArgumentInfo
impl Debug for ArgumentInfo
Source§impl Display for ArgumentInfo
impl Display for ArgumentInfo
Source§impl PartialEq for ArgumentInfo
impl PartialEq for ArgumentInfo
impl Eq for ArgumentInfo
impl StructuralPartialEq for ArgumentInfo
Auto Trait Implementations§
impl Freeze for ArgumentInfo
impl RefUnwindSafe for ArgumentInfo
impl Send for ArgumentInfo
impl Sync for ArgumentInfo
impl Unpin for ArgumentInfo
impl UnwindSafe for ArgumentInfo
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