Struct gimli::Register [−][src]
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
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for Register
impl UnwindSafe for Register
Blanket Implementations
Mutably borrows from an owned value. Read more