Struct webrtc_ice::control::TieBreaker
source · [−]pub struct TieBreaker(pub u64);
Expand description
Common helper for ICE-{CONTROLLED,CONTROLLING} and represents the so-called Tiebreaker number.
Tuple Fields
0: u64
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for TieBreaker
impl Send for TieBreaker
impl Sync for TieBreaker
impl Unpin for TieBreaker
impl UnwindSafe for TieBreaker
Blanket Implementations
Mutably borrows from an owned value. Read more