pub struct Imm18(_);
Expand description
Represents a 18-bit immediate value, guaranteed to be masked by construction.
Implementations§
Trait Implementations§
source§impl Ord for Imm18
impl Ord for Imm18
source§impl PartialEq<Imm18> for Imm18
impl PartialEq<Imm18> for Imm18
source§impl PartialOrd<Imm18> for Imm18
impl PartialOrd<Imm18> for Imm18
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 more