Struct webrtc_data::data_channel::Config [−][src]
pub struct Config {
pub channel_type: ChannelType,
pub negotiated: bool,
pub priority: u16,
pub reliability_parameter: u32,
pub label: String,
pub protocol: String,
}Expand description
Config is used to configure the data channel.
Fields
channel_type: ChannelTypenegotiated: boolpriority: u16reliability_parameter: u32label: Stringprotocol: StringTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Configimpl UnwindSafe for ConfigBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V