Struct webrtc_ice::priority::PriorityAttr
source · pub struct PriorityAttr(pub u32);
Expand description
Represents PRIORITY attribute.
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
source§impl Clone for PriorityAttr
impl Clone for PriorityAttr
source§fn clone(&self) -> PriorityAttr
fn clone(&self) -> PriorityAttr
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 PriorityAttr
impl Debug for PriorityAttr
source§impl Default for PriorityAttr
impl Default for PriorityAttr
source§fn default() -> PriorityAttr
fn default() -> PriorityAttr
Returns the “default value” for a type. Read more
source§impl PartialEq<PriorityAttr> for PriorityAttr
impl PartialEq<PriorityAttr> for PriorityAttr
source§fn eq(&self, other: &PriorityAttr) -> bool
fn eq(&self, other: &PriorityAttr) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.