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
sourceimpl Clone for TieBreaker
impl Clone for TieBreaker
sourcefn clone(&self) -> TieBreaker
fn clone(&self) -> TieBreaker
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for TieBreaker
impl Debug for TieBreaker
sourceimpl Default for TieBreaker
impl Default for TieBreaker
sourcefn default() -> TieBreaker
fn default() -> TieBreaker
Returns the “default value” for a type. Read more
sourceimpl PartialEq<TieBreaker> for TieBreaker
impl PartialEq<TieBreaker> for TieBreaker
sourcefn eq(&self, other: &TieBreaker) -> bool
fn eq(&self, other: &TieBreaker) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &TieBreaker) -> bool
fn ne(&self, other: &TieBreaker) -> bool
This method tests for !=
.
impl Copy for TieBreaker
impl StructuralPartialEq for TieBreaker
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more