Struct datachannel_sys::rtcReliability
source · #[repr(C)]pub struct rtcReliability {
pub unordered: bool,
pub unreliable: bool,
pub maxPacketLifeTime: c_int,
pub maxRetransmits: c_int,
}Fields§
§unordered: bool§unreliable: bool§maxPacketLifeTime: c_int§maxRetransmits: c_intTrait Implementations§
source§impl Clone for rtcReliability
impl Clone for rtcReliability
source§fn clone(&self) -> rtcReliability
fn clone(&self) -> rtcReliability
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more