pub enum Argument {
}Variants§
None
GPR(GPR)
FPR(FPR)
SR(SR)
SPR(SPR)
CRField(CRField)
CRBit(CRBit)
GQR(GQR)
Uimm(Uimm)
Simm(Simm)
Offset(Offset)
BranchDest(BranchDest)
OpaqueU(OpaqueU)
VR(VR)
Trait Implementations§
Source§impl From<BranchDest> for Argument
impl From<BranchDest> for Argument
Source§fn from(x: BranchDest) -> Argument
fn from(x: BranchDest) -> Argument
Converts to this type from the input type.
impl Copy for Argument
impl Eq for Argument
impl StructuralPartialEq for Argument
Auto Trait Implementations§
impl Freeze for Argument
impl RefUnwindSafe for Argument
impl Send for Argument
impl Sync for Argument
impl Unpin for Argument
impl UnwindSafe for Argument
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