//! This module contains type aliases for C's platform-specific types //! and fixed-width integer types. //! //! The platform-specific types definitions were taken from rust-lang/rust in //! library/core/src/ffi/primitives.rs //! //! The fixed-width integer aliases are deprecated: use the Rust types instead.
cfg_if! { if#[cfg(all(target_arch = "aarch64", not(target_os = "windows")))] { /// C `__int128` (a GCC extension that's part of many ABIs) pubtype __int128 = i128; /// C `unsigned __int128` (a GCC extension that's part of many ABIs) pubtype __uint128 = u128; /// C __int128_t (alternate name for [__int128][]) pubtype __int128_t = i128; /// C __uint128_t (alternate name for [__uint128][]) pubtype __uint128_t = u128;
}
}
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.13 Sekunden
(vorverarbeitet am 2026-08-25)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.