Struct rustc_mir_transform::early_otherwise_branch::OptimizationInfo [−][src]
struct OptimizationInfo<'tcx> {
first_switch_info: SwitchDiscriminantInfo<'tcx>,
second_switch_info: SwitchDiscriminantInfo<'tcx>,
}
Fields
first_switch_info: SwitchDiscriminantInfo<'tcx>
Info about the first switch and discriminant
second_switch_info: SwitchDiscriminantInfo<'tcx>
Info about the second switch and discriminant
Trait Implementations
Auto Trait Implementations
impl<'tcx> !RefUnwindSafe for OptimizationInfo<'tcx>
impl<'tcx> !Send for OptimizationInfo<'tcx>
impl<'tcx> !Sync for OptimizationInfo<'tcx>
impl<'tcx> Unpin for OptimizationInfo<'tcx>
impl<'tcx> !UnwindSafe for OptimizationInfo<'tcx>
Blanket Implementations
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: 176 bytes