pub struct MirProgram {
pub mir: MirProgram,
pub name: String,
}Fields§
§mir: MirProgram§name: StringImplementations§
Source§impl MirProgram
impl MirProgram
pub fn new(mir: MirProgram, name: impl Into<String>) -> Self
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