Struct rustc_const_eval::transform::check_consts::resolver::State
source · [−]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
sourceimpl<C> DebugWithContext<C> for State
impl<C> DebugWithContext<C> for State
sourceimpl JoinSemiLattice for State
impl JoinSemiLattice 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
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
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