pub struct Opr24 { /* private fields */ }Expand description
A 24-bit integer encoding an instruction operand.
Implementations§
Trait Implementations§
impl Copy for Opr24
impl Eq for Opr24
impl StructuralPartialEq for Opr24
Auto Trait Implementations§
impl Freeze for Opr24
impl RefUnwindSafe for Opr24
impl Send for Opr24
impl Sync for Opr24
impl Unpin for Opr24
impl UnwindSafe for Opr24
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