Struct rustc_mir_dataflow::storage::AlwaysLiveLocals [−][src]
Expand description
The set of locals in a MIR body that do not have StorageLive
/StorageDead
annotations.
These locals have fixed storage for the duration of the body.
Tuple Fields
0: BitSet<Local>
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AlwaysLiveLocals
impl Send for AlwaysLiveLocals
impl Sync for AlwaysLiveLocals
impl Unpin for AlwaysLiveLocals
impl UnwindSafe for AlwaysLiveLocals
Blanket Implementations
Mutably borrows from an owned value. Read more
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: 32 bytes