pub struct Pc {
pub x: Operand,
pub y: Operand,
}
Expand description
A path condition.
Expresses the fact that x
must equal y
for the replacement to be valid.
Fields§
§x: Operand
A value that must be equal to y
for the replacement to be valid.
y: Operand
A value that must be equal to x
for the replacement to be valid.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Pc
impl RefUnwindSafe for Pc
impl Send for Pc
impl Sync for Pc
impl Unpin for Pc
impl UnwindSafe for Pc
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)