Struct rustc_const_eval::transform::check_consts::resolver::State
source · pub(super) struct State {
pub qualif: BitSet<Local>,
pub borrow: BitSet<Local>,
}
Fields§
§qualif: BitSet<Local>
Describes whether a local contains qualif.
borrow: BitSet<Local>
Describes whether a local’s address escaped and it might become qualified as a result an indirect mutation.
Implementations§
Trait Implementations§
source§impl<C> DebugWithContext<C> for State
impl<C> DebugWithContext<C> for State
source§impl JoinSemiLattice for State
impl JoinSemiLattice for State
source§impl PartialEq<State> for State
impl PartialEq<State> for State
impl Eq for State
impl StructuralEq for State
impl StructuralPartialEq for State
Auto Trait Implementations§
impl RefUnwindSafe for State
impl Send for State
impl Sync for State
impl Unpin for State
impl UnwindSafe for State
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
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: 64 bytes