#[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 IRExprTrait Implementations§
Auto Trait Implementations§
impl !Send for IRLoadG
impl !Sync for IRLoadG
impl Freeze for IRLoadG
impl RefUnwindSafe for IRLoadG
impl Unpin for IRLoadG
impl UnsafeUnpin 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