#[repr(C)]pub struct rtcReliability {
pub unordered: bool,
pub unreliable: bool,
pub maxPacketLifeTime: c_uint,
pub maxRetransmits: c_uint,
}Fields§
§unordered: bool§unreliable: bool§maxPacketLifeTime: c_uint§maxRetransmits: c_uintTrait Implementations§
Source§impl Clone for rtcReliability
impl Clone for rtcReliability
Source§fn clone(&self) -> rtcReliability
fn clone(&self) -> rtcReliability
Returns a duplicate 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 moreSource§impl Debug for rtcReliability
impl Debug for rtcReliability
impl Copy for rtcReliability
Auto Trait Implementations§
impl Freeze for rtcReliability
impl RefUnwindSafe for rtcReliability
impl Send for rtcReliability
impl Sync for rtcReliability
impl Unpin for rtcReliability
impl UnwindSafe for rtcReliability
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more