pub type WritableGpr = Writable<Gpr>;Available on crate feature
x86 only.Expand description
Writable Gpr.
Aliased Type§
pub struct WritableGpr { /* private fields */ }Trait Implementations§
Source§impl FromWritableReg for WritableGpr
impl FromWritableReg for WritableGpr
Source§impl ToWritableReg for WritableGpr
impl ToWritableReg for WritableGpr
Source§fn to_writable_reg(&self) -> Writable<Reg>
fn to_writable_reg(&self) -> Writable<Reg>
Convert
Writable{Xmm,Gpr} to Writable<Reg>.