Struct miri::LiveAllocs
source · pub struct LiveAllocs<'a, 'mir, 'tcx> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<'a, 'mir, 'tcx> Freeze for LiveAllocs<'a, 'mir, 'tcx>
impl<'a, 'mir, 'tcx> !RefUnwindSafe for LiveAllocs<'a, 'mir, 'tcx>
impl<'a, 'mir, 'tcx> !Send for LiveAllocs<'a, 'mir, 'tcx>
impl<'a, 'mir, 'tcx> !Sync for LiveAllocs<'a, 'mir, 'tcx>
impl<'a, 'mir, 'tcx> Unpin for LiveAllocs<'a, 'mir, 'tcx>
impl<'a, 'mir, 'tcx> !UnwindSafe for LiveAllocs<'a, 'mir, '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