Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/net/
Dtypes.rs609 pub type RawProtocol = core::num::NonZeroU32; typedef
611 const fn new_raw_protocol(u: u32) -> RawProtocol { in new_raw_protocol()
1400 pub const fn as_raw(self) -> RawProtocol { in as_raw()