pub struct MemSsaDef {
pub id: u32,
pub version: u32,
pub kind: MemSsaKind,
}Expand description
Memory SSA (a simplified model for alias analysis)
Fields§
§id: u32§version: u32§kind: MemSsaKindTrait Implementations§
impl Eq for MemSsaDef
impl StructuralPartialEq for MemSsaDef
Auto Trait Implementations§
impl Freeze for MemSsaDef
impl RefUnwindSafe for MemSsaDef
impl Send for MemSsaDef
impl Sync for MemSsaDef
impl Unpin for MemSsaDef
impl UnsafeUnpin for MemSsaDef
impl UnwindSafe for MemSsaDef
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