pub struct MirProgram {
pub functions: Vec<MirFunction>,
}Fields§
§functions: Vec<MirFunction>Auto Trait Implementations§
impl Freeze for MirProgram
impl RefUnwindSafe for MirProgram
impl Send for MirProgram
impl Sync for MirProgram
impl Unpin for MirProgram
impl UnsafeUnpin for MirProgram
impl UnwindSafe for MirProgram
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