Quellcodebibliothek
Statistik
Leitseite
products
/
Sources
/
formale Sprachen
/
C
/
LibreOffice
/
desktop
/
source
/
deployment
/
gui
/ (
Office von Apache
Version 25.8.3.2
©
) Datei vom 5.10.2025 mit Größe 4 kB
Quelle arch.rs Sprache: unbekannt
use crate::unwind_rule::UnwindRule;
pub trait Arch {
type UnwindRegs;
type UnwindRule: UnwindRule<UnwindRegs = Self::UnwindRegs>;
}
[ Dauer der Verarbeitung: 0.15 Sekunden (vorverarbeitet)
]
2026-04-04