pub struct SsaFunction {
pub instructions: Vec<MirInstruction>,
pub current_versions: FxHashMap<String, u32>,
pub stats: SsaStats,
}Fields§
§instructions: Vec<MirInstruction>§current_versions: FxHashMap<String, u32>§stats: SsaStatsTrait Implementations§
Source§impl Clone for SsaFunction
impl Clone for SsaFunction
Source§fn clone(&self) -> SsaFunction
fn clone(&self) -> SsaFunction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SsaFunction
impl RefUnwindSafe for SsaFunction
impl Send for SsaFunction
impl Sync for SsaFunction
impl Unpin for SsaFunction
impl UnsafeUnpin for SsaFunction
impl UnwindSafe for SsaFunction
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