Struct rustc_mir_dataflow::impls::borrowed_locals::MutBorrow[][src]

pub struct MutBorrow<'mir, 'tcx> {
    tcx: TyCtxt<'tcx>,
    body: &'mir Body<'tcx>,
    param_env: ParamEnv<'tcx>,
}

Fields

tcx: TyCtxt<'tcx>body: &'mir Body<'tcx>param_env: ParamEnv<'tcx>

Implementations

& and &raw only allow mutation if the borrowed place is !Freeze.

This assumes that it is UB to take the address of a struct field whose type is Freeze, then use pointer arithmetic to derive a pointer to a different field of that same struct whose type is !Freeze. If we decide that this is not UB, we will have to check the type of the borrowed local instead of the borrowed place below. See rust-lang/unsafe-code-guidelines#134.

Trait Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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: 24 bytes