pub struct Mirs {
pub entrypoint: AmirId,
pub mirs: Vec<Mir>,
}
Fields§
§entrypoint: AmirId
§mirs: Vec<Mir>
Trait Implementations§
impl StructuralPartialEq for Mirs
Auto Trait Implementations§
impl Freeze for Mirs
impl RefUnwindSafe for Mirs
impl Send for Mirs
impl Sync for Mirs
impl Unpin for Mirs
impl UnwindSafe for Mirs
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