pub struct BaseR {
pub opcode: u32,
pub reg_type: u32,
pub reg_hi_id: u32,
pub r_shift: u32,
}Fields§
§opcode: u32§reg_type: u32§reg_hi_id: u32§r_shift: u32Implementations§
Trait Implementations§
impl Copy for BaseR
Auto Trait Implementations§
impl Freeze for BaseR
impl RefUnwindSafe for BaseR
impl Send for BaseR
impl Sync for BaseR
impl Unpin for BaseR
impl UnsafeUnpin for BaseR
impl UnwindSafe for BaseR
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