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§
source§impl Clone for TieBreaker
impl Clone for TieBreaker
source§fn clone(&self) -> TieBreaker
fn clone(&self) -> TieBreaker
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 moresource§impl Debug for TieBreaker
impl Debug for TieBreaker
source§impl Default for TieBreaker
impl Default for TieBreaker
source§fn default() -> TieBreaker
fn default() -> TieBreaker
Returns the “default value” for a type. Read more
source§impl PartialEq for TieBreaker
impl PartialEq for TieBreaker
source§fn 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 ==
.impl Copy for TieBreaker
impl Eq for TieBreaker
impl StructuralPartialEq for TieBreaker
Auto Trait Implementations§
impl Freeze for TieBreaker
impl RefUnwindSafe for TieBreaker
impl Send for TieBreaker
impl Sync for TieBreaker
impl Unpin for TieBreaker
impl UnwindSafe for TieBreaker
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