pub struct ReadWriteSetState { /* private fields */ }
Expand description

A record of the glocals and locals accessed by the current procedure + the address values stored by locals or globals

Implementations

Apply callee_summary to the caller state in self. There are three steps.

  1. Substitute footprint values in the callee summary with their values in the caller state (including both actuals and values read from globals)
  2. Bind return values in the callee summary to the return variables in the caller state
  3. Join caller accesses and callee accesses

Remove the local access paths rooted addr_idx/mid::sid<types>

Record an access of type access_type to the path base/offset

Assign ret = base/offset and record an access of type access_type to base/offset

Write rhs to lhs_ref

Substitute concrete values actuals and type_actuals into self

Return a wrapper of self that implements Display using env

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Compare self to key and return true if they are equal.

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.