pub struct Imm8Gpr(_);
A newtype wrapper around Imm8Reg.
Imm8Reg
Construct this newtype from the given Imm8Reg, or return None if the Imm8Reg is not a valid instance of this newtype.
None
Convert this newtype into its underlying Imm8Reg.
source
TypeId
self
Returns the argument unchanged.
Calls U::from(self).
U::from(self)
That is, this conversion is whatever the implementation of From<T> for U chooses to do.
From<T> for U