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 moreimpl Copy for Imm18
impl Eq for Imm18
impl StructuralEq for Imm18
impl StructuralPartialEq for Imm18
Auto Trait Implementations§
impl RefUnwindSafe for Imm18
impl Send for Imm18
impl Sync for Imm18
impl Unpin for Imm18
impl UnwindSafe for Imm18
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