Home
last modified time | relevance | path

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

/webrtc/sctp/src/param/
H A Dparam_type.rs6 pub(crate) enum ParamType { enum
64 impl fmt::Display for ParamType { implementation
99 impl From<u16> for ParamType { implementation
100 fn from(v: u16) -> ParamType { in from()