pub struct DiagnosticCxBuilder<'ecx, 'tcx> {
operation: Operation,
machine: &'ecx MiriMachine<'tcx>,
}
Fields§
§operation: Operation
§machine: &'ecx MiriMachine<'tcx>
Implementations§
source§impl<'ecx, 'tcx> DiagnosticCxBuilder<'ecx, 'tcx>
impl<'ecx, 'tcx> DiagnosticCxBuilder<'ecx, 'tcx>
pub fn build<'history>( self, history: &'history mut AllocHistory, offset: Size, ) -> DiagnosticCx<'history, 'ecx, 'tcx>
pub fn retag( machine: &'ecx MiriMachine<'tcx>, info: RetagInfo, new_tag: BorTag, orig_tag: ProvenanceExtra, range: AllocRange, ) -> Self
pub fn read( machine: &'ecx MiriMachine<'tcx>, tag: ProvenanceExtra, range: AllocRange, ) -> Self
pub fn write( machine: &'ecx MiriMachine<'tcx>, tag: ProvenanceExtra, range: AllocRange, ) -> Self
pub fn dealloc(machine: &'ecx MiriMachine<'tcx>, tag: ProvenanceExtra) -> Self
Auto Trait Implementations§
impl<'ecx, 'tcx> Freeze for DiagnosticCxBuilder<'ecx, 'tcx>
impl<'ecx, 'tcx> !RefUnwindSafe for DiagnosticCxBuilder<'ecx, 'tcx>
impl<'ecx, 'tcx> !Send for DiagnosticCxBuilder<'ecx, 'tcx>
impl<'ecx, 'tcx> !Sync for DiagnosticCxBuilder<'ecx, 'tcx>
impl<'ecx, 'tcx> Unpin for DiagnosticCxBuilder<'ecx, 'tcx>
impl<'ecx, 'tcx> !UnwindSafe for DiagnosticCxBuilder<'ecx, 'tcx>
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: 48 bytes