pub struct Reach { /* private fields */ }Expand description
What carries the address of each of a function’s locals, or None for one whose address gets
away somewhere this pass cannot follow.
Worked out before allocation, because it is a question about values and a value is written once only until the allocator’s rewrite has been through. Read after it, because that is when the liveness these names are looked up in exists.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Reach
impl RefUnwindSafe for Reach
impl Send for Reach
impl Sync for Reach
impl Unpin for Reach
impl UnsafeUnpin for Reach
impl UnwindSafe for Reach
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