pub struct PostDominator {
pub exit: BlockId,
/* private fields */
}Expand description
Stores the immediate post-dominator for each block.
Fields§
§exit: BlockIdThe exit node (synthetic node representing function exit).
Implementations§
Auto Trait Implementations§
impl Freeze for PostDominator
impl RefUnwindSafe for PostDominator
impl Send for PostDominator
impl Sync for PostDominator
impl Unpin for PostDominator
impl UnsafeUnpin for PostDominator
impl UnwindSafe for PostDominator
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