Home
last modified time | relevance | path

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

/third_party/rust/crates/rustix/src/backend/libc/net/
Dsyscalls.rs878 fn from_bool(value: bool) -> SocketBool { in from_bool() function
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
Dsyscalls.rs1240 fn from_bool(value: bool) -> c::c_uint { in from_bool() function