#[repr(C)]pub struct IRLoadG {
pub end: IREndness,
pub cvt: IRLoadGOp,
pub dst: IRTemp,
pub addr: *mut IRExpr,
pub alt: *mut IRExpr,
pub guard: *mut IRExpr,
}
Fields§
§end: IREndness
§cvt: IRLoadGOp
§dst: IRTemp
§addr: *mut IRExpr
§alt: *mut IRExpr
§guard: *mut IRExpr
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IRLoadG
impl RefUnwindSafe for IRLoadG
impl !Send for IRLoadG
impl !Sync for IRLoadG
impl Unpin for IRLoadG
impl UnwindSafe for IRLoadG
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