pub struct BaseOpImm {
pub opcode: u32,
pub imm_bits: u16,
pub imm_offset: u16,
}Fields§
§opcode: u32§imm_bits: u16§imm_offset: u16Implementations§
Trait Implementations§
impl Copy for BaseOpImm
Auto Trait Implementations§
impl Freeze for BaseOpImm
impl RefUnwindSafe for BaseOpImm
impl Send for BaseOpImm
impl Sync for BaseOpImm
impl Unpin for BaseOpImm
impl UnsafeUnpin for BaseOpImm
impl UnwindSafe for BaseOpImm
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