Type Alias donet_core::globals::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.