struct BackwardSwitchIntEdgeEffectsApplier<'a, 'tcx, D, F> {
body: &'a Body<'tcx>,
pred: BasicBlock,
exit_state: &'a mut D,
bb: BasicBlock,
propagate: &'a mut F,
effects_applied: bool,
}
Fields
body: &'a Body<'tcx>
pred: BasicBlock
exit_state: &'a mut D
bb: BasicBlock
propagate: &'a mut F
effects_applied: bool
Trait Implementations
sourceimpl<D, F> SwitchIntEdgeEffects<D> for BackwardSwitchIntEdgeEffectsApplier<'_, '_, D, F>where
D: Clone,
F: FnMut(BasicBlock, &D),
impl<D, F> SwitchIntEdgeEffects<D> for BackwardSwitchIntEdgeEffectsApplier<'_, '_, D, F>where
D: Clone,
F: FnMut(BasicBlock, &D),
Auto Trait Implementations
impl<'a, 'tcx, D, F> !RefUnwindSafe for BackwardSwitchIntEdgeEffectsApplier<'a, 'tcx, D, F>
impl<'a, 'tcx, D, F> !Send for BackwardSwitchIntEdgeEffectsApplier<'a, 'tcx, D, F>
impl<'a, 'tcx, D, F> !Sync for BackwardSwitchIntEdgeEffectsApplier<'a, 'tcx, D, F>
impl<'a, 'tcx, D, F> Unpin for BackwardSwitchIntEdgeEffectsApplier<'a, 'tcx, D, F>where
'tcx: 'a,
impl<'a, 'tcx, D, F> !UnwindSafe for BackwardSwitchIntEdgeEffectsApplier<'a, 'tcx, D, F>
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: 40 bytes