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 moreAuto Trait Implementations§
impl Freeze for ExpectedReachability
impl RefUnwindSafe for ExpectedReachability
impl Send for ExpectedReachability
impl Sync for ExpectedReachability
impl Unpin for ExpectedReachability
impl UnwindSafe for ExpectedReachability
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