pub struct IrCode {
pub ops: Vec<IrOp>,
}Expand description
Graph representation of program using intermediate representation with IrOps.
Fields§
§ops: Vec<IrOp>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IrCode
impl RefUnwindSafe for IrCode
impl Send for IrCode
impl Sync for IrCode
impl Unpin for IrCode
impl UnsafeUnpin for IrCode
impl UnwindSafe for IrCode
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