pub enum MemSsaKind {
MemDef,
MemPhi,
MemUse,
LiveOnEntry,
}Variants§
Trait Implementations§
Source§impl Clone for MemSsaKind
impl Clone for MemSsaKind
Source§fn clone(&self) -> MemSsaKind
fn clone(&self) -> MemSsaKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MemSsaKind
impl Debug for MemSsaKind
Source§impl Hash for MemSsaKind
impl Hash for MemSsaKind
Source§impl PartialEq for MemSsaKind
impl PartialEq for MemSsaKind
impl Eq for MemSsaKind
impl StructuralPartialEq for MemSsaKind
Auto Trait Implementations§
impl Freeze for MemSsaKind
impl RefUnwindSafe for MemSsaKind
impl Send for MemSsaKind
impl Sync for MemSsaKind
impl Unpin for MemSsaKind
impl UnsafeUnpin for MemSsaKind
impl UnwindSafe for MemSsaKind
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