pub struct Imm06(_);
Expand description
Represents a 6-bit immediate value, guaranteed to be masked by construction.
Implementations§
Trait Implementations§
source§impl Ord for Imm06
impl Ord for Imm06
source§impl PartialEq<Imm06> for Imm06
impl PartialEq<Imm06> for Imm06
source§impl PartialOrd<Imm06> for Imm06
impl PartialOrd<Imm06> for Imm06
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 Imm06
impl Eq for Imm06
impl StructuralEq for Imm06
impl StructuralPartialEq for Imm06
Auto Trait Implementations§
impl RefUnwindSafe for Imm06
impl Send for Imm06
impl Sync for Imm06
impl Unpin for Imm06
impl UnwindSafe for Imm06
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