Home
last modified time | relevance | path

Searched defs:SocketBool (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/rustix/src/backend/libc/net/
Dsyscalls.rs874 struct SocketBool(RawSocketBool); struct
878 fn from_bool(value: bool) -> SocketBool { in from_bool()