Struct rustc_const_eval::interpret::AllocRef [−][src]
pub struct AllocRef<'a, 'tcx, Tag, Extra> {
alloc: &'a Allocation<Tag, Extra>,
range: AllocRange,
tcx: TyCtxt<'tcx>,
alloc_id: AllocId,
}
Expand description
A reference to some allocation that was already bounds-checked for the given region and had the on-access machine hooks run.
Fields
alloc: &'a Allocation<Tag, Extra>
range: AllocRange
tcx: TyCtxt<'tcx>
alloc_id: AllocId
Implementations
pub fn check_bytes(
&self,
range: AllocRange,
allow_uninit_and_ptr: bool
) -> InterpResult<'tcx>
Trait Implementations
Auto Trait Implementations
impl<'a, 'tcx, Tag, Extra> !RefUnwindSafe for AllocRef<'a, 'tcx, Tag, Extra>
impl<'a, 'tcx, Tag, Extra> !UnwindSafe for AllocRef<'a, 'tcx, Tag, Extra>
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: 40 bytes