#[repr(C)]pub struct MIR_mem_t {
pub type_: MIR_type_t_u8,
pub scale: MIR_scale_t,
pub alias: MIR_alias_t,
pub nonalias: MIR_alias_t,
pub nloc: u32,
pub base: MIR_reg_t,
pub index: MIR_reg_t,
pub disp: MIR_disp_t,
}Fields§
§type_: MIR_type_t_u8§scale: MIR_scale_t§alias: MIR_alias_t§nonalias: MIR_alias_t§nloc: u32§base: MIR_reg_t§index: MIR_reg_t§disp: MIR_disp_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for MIR_mem_t
impl RefUnwindSafe for MIR_mem_t
impl Send for MIR_mem_t
impl Sync for MIR_mem_t
impl Unpin for MIR_mem_t
impl UnwindSafe for MIR_mem_t
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