pub type WritableGpr = Writable<Gpr>;
Expand description
Writable Gpr.
Aliased Type§
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>
.