#[repr(C)]pub struct sh_op_mem {
pub address: sh_op_mem_type,
pub reg: Type,
pub disp: u32,
}Fields§
§address: sh_op_mem_type§reg: Type<= memory address
disp: u32<= base register
Trait Implementations§
Auto Trait Implementations§
impl Freeze for sh_op_mem
impl RefUnwindSafe for sh_op_mem
impl Send for sh_op_mem
impl Sync for sh_op_mem
impl Unpin for sh_op_mem
impl UnwindSafe for sh_op_mem
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