pub type WritableGpr = Writable<Gpr>;
Expand description
Writable Gpr.
Aliased Type§
struct WritableGpr { /* private fields */ }
Implementations
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>
.Source§impl<T: Ord> Ord for Writable<T>
impl<T: Ord> Ord for Writable<T>
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more