Struct rustc_mir_transform::lower_slice_len::SliceLenPatchInformation [−][src]
struct SliceLenPatchInformation<'tcx> {
add_statement: Statement<'tcx>,
new_terminator_kind: TerminatorKind<'tcx>,
}
Fields
add_statement: Statement<'tcx>
new_terminator_kind: TerminatorKind<'tcx>
Auto Trait Implementations
impl<'tcx> !RefUnwindSafe for SliceLenPatchInformation<'tcx>
impl<'tcx> !Send for SliceLenPatchInformation<'tcx>
impl<'tcx> !Sync for SliceLenPatchInformation<'tcx>
impl<'tcx> Unpin for SliceLenPatchInformation<'tcx>
impl<'tcx> !UnwindSafe for SliceLenPatchInformation<'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: 128 bytes