pub type DataChannelInit = DataChannelInit;

Aliased Type§

struct DataChannelInit {
    pub ordered: bool,
    pub has_max_retransmit_time: bool,
    pub max_retransmit_time: i32,
    pub has_max_retransmits: bool,
    pub max_retransmits: i32,
    pub protocol: String,
    pub negotiated: bool,
    pub id: i32,
    pub has_priority: bool,
    pub priority: Priority,
}

Fields§

§ordered: bool§has_max_retransmit_time: bool§max_retransmit_time: i32§has_max_retransmits: bool§max_retransmits: i32§protocol: String§negotiated: bool§id: i32§has_priority: bool§priority: Priority

Trait Implementations§

source§

impl Debug for DataChannelInit

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl ExternType for DataChannelInit

§

type Kind = Trivial

§

type Id

A type-level representation of the type’s C++ namespace and type name. Read more