pub struct Register(pub u16);
Expand description
A DWARF register number.
The meaning of this value is ABI dependent. This is generally encoded as a ULEB128, but supported architectures need 16 bits at most.
Tuple Fields§
§0: u16
Trait Implementations§
source§impl Ord for Register
impl Ord for Register
source§impl PartialEq<Register> for Register
impl PartialEq<Register> for Register
source§impl PartialOrd<Register> for Register
impl PartialOrd<Register> for Register
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Register
impl Eq for Register
impl StructuralEq for Register
impl StructuralPartialEq for Register
Auto Trait Implementations§
impl RefUnwindSafe for Register
impl Send for Register
impl Sync for Register
impl Unpin for Register
impl UnwindSafe for Register
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