pub struct WhileSsa {
pub condition_phi: usize,
pub condition: usize,
pub body: usize,
}
Fields§
§condition_phi: usize
§condition: usize
§body: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WhileSsa
impl RefUnwindSafe for WhileSsa
impl Send for WhileSsa
impl Sync for WhileSsa
impl Unpin for WhileSsa
impl UnwindSafe for WhileSsa
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