Struct rustc_hir_analysis::check::generator_interior::drop_ranges::NodeInfo
source · [−]struct NodeInfo {
successors: Vec<PostOrderId>,
drops: Vec<TrackedValueIndex>,
reinits: Vec<TrackedValueIndex>,
drop_state: BitSet<TrackedValueIndex>,
}
Fields
successors: Vec<PostOrderId>
IDs of nodes that can follow this one in the control flow
If the vec is empty, then control proceeds to the next node.
drops: Vec<TrackedValueIndex>
List of hir_ids that are dropped by this node.
reinits: Vec<TrackedValueIndex>
List of hir_ids that are reinitialized by this node.
drop_state: BitSet<TrackedValueIndex>
Set of values that are definitely dropped at this point.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NodeInfo
impl Send for NodeInfo
impl Sync for NodeInfo
impl Unpin for NodeInfo
impl UnwindSafe for NodeInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<'a, T> Captures<'a> for Twhere
T: ?Sized,
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 104 bytes