Enum sctp_proto::ReliabilityType [−][src]
pub enum ReliabilityType {
Reliable,
Rexmit,
Timed,
}
Expand description
Reliability type for stream
Variants
Reliable
ReliabilityTypeReliable is used for reliable transmission
Rexmit
ReliabilityTypeRexmit is used for partial reliability by retransmission count
Timed
ReliabilityTypeTimed is used for partial reliability by retransmission duration
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ReliabilityType
impl Send for ReliabilityType
impl Sync for ReliabilityType
impl Unpin for ReliabilityType
impl UnwindSafe for ReliabilityType
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more