devela::_dep::rustix::net

Type Alias RawProtocol

pub type RawProtocol = NonZero<u32>;
Available on crate feature dep_rustix only.
Expand description

A type for holding raw integer protocols.

Aliased Typeยง

struct RawProtocol(/* private fields */);