pub struct Gpr(/* private fields */);
Available on crate feature
x86
only.Expand description
A newtype wrapper around Reg
.
Implementations§
Trait Implementations§
Source§impl AsMut<Reg> for Gpr
impl AsMut<Reg> for Gpr
If you know what you’re doing, you can explicitly mutably borrow the
underlying Reg
. Don’t make it point to the wrong type of register
please.
Source§impl Ord for Gpr
impl Ord for Gpr
Source§impl PartialOrd for Gpr
impl PartialOrd for Gpr
impl Copy for Gpr
impl Eq for Gpr
impl StructuralPartialEq for Gpr
Auto Trait Implementations§
impl Freeze for Gpr
impl RefUnwindSafe for Gpr
impl Send for Gpr
impl Sync for Gpr
impl Unpin for Gpr
impl UnwindSafe for Gpr
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.