#[repr(C)]pub struct IRExpr {
pub tag: IRExprTag,
pub Iex: Iex,
}
Fields§
§tag: IRExprTag
§Iex: Iex
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IRExpr
impl RefUnwindSafe for IRExpr
impl Send for IRExpr
impl Sync for IRExpr
impl Unpin for IRExpr
impl UnwindSafe for IRExpr
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