Type Alias MsgType

Source
pub type MsgType = u16;

Trait Implementations§

Source§

impl From<Protocol> for MsgType

Impl converting protocol enumerator to u16 (MsgType)

Source§

fn from(value: Protocol) -> Self

Converts to this type from the input type.