Struct cranelift_wasm::ExpectedReachability
source · pub struct ExpectedReachability { /* private fields */ }
Expand description
State for tracking and checking reachability at each operator. Used for unit testing with the
DummyEnvironment
.
Trait Implementations§
source§impl Clone for ExpectedReachability
impl Clone for ExpectedReachability
source§fn clone(&self) -> ExpectedReachability
fn clone(&self) -> ExpectedReachability
Returns a copy 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 more