pub type QoS = QoS;
ストリームのQoS
#[repr(i32)]pub enum QoS { Unreliable = 0, Reliable = 1, Partial = 2, }