Gedichte
Musik
Bilder
Quellcodebibliothek
Diashow
Normaldarstellung
Quellcodebibliothek
Statistik
Leitseite
products
/
Sources
/
formale Sprachen
/
C
/
Firefox
/
third_party
/
rust
/
pin-project
/
tests
/
expand
/
pub
/ (
Browser von der Mozilla Stiftung
Version 136.0.1
©
) Datei vom 10.2.2025 mit Größe 139 B
Quelle struct.rs Sprache: unbekannt
use pin_project::pin_project;
#[pin_project]
pub struct Struct<T, U> {
#[pin]
pub pinned: T,
pub unpinned: U,
}
fn main() {}
[ Dauer der Verarbeitung: 0.11 Sekunden (vorverarbeitet)
]
2026-04-04