//! Unix specific network types. // This module does not currently provide any public API, but it was // unintentionally defined as a public module. Hide it from the documentation // instead of changing it to a private module to avoid breakage. #[doc(hidden)] pubmod datagram;
pub(crate) mod listener;
pub(crate) mod socket;
mod split; pubuse split::{ReadHalf, WriteHalf};
mod split_owned; pubuse split_owned::{OwnedReadHalf, OwnedWriteHalf, ReuniteError};
mod socketaddr; pubuse socketaddr::SocketAddr;
pub(crate) mod stream; pub(crate) use stream::UnixStream;
mod ucred; pubuse ucred::UCred;
pubmod pipe;
/// A type representing process and process group IDs. #[allow(non_camel_case_types)] pubtype uid_t = u32;
/// A type representing user ID. #[allow(non_camel_case_types)] pubtype gid_t = u32;
/// A type representing group ID. #[allow(non_camel_case_types)] pubtype pid_t = i32;
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.10 Sekunden
(vorverarbeitet am 2026-06-18)
¤
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.