Skip to main content

QoS

Type Alias QoS 

Source
pub type QoS = QoS;
Expand description

ストリームのQoS

Aliased Type§

#[repr(i32)]
pub enum QoS { Unreliable = 0, Reliable = 1, Partial = 2, }

Variants§

§

Unreliable = 0

§

Reliable = 1

§

Partial = 2