Struct webrtc_ice::priority::PriorityAttr
source · [−]pub struct PriorityAttr(pub u32);
Expand description
Represents PRIORITY attribute.
Tuple Fields
0: u32
Implementations
Trait Implementations
sourceimpl Clone for PriorityAttr
impl Clone for PriorityAttr
sourcefn clone(&self) -> PriorityAttr
fn clone(&self) -> PriorityAttr
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 PriorityAttr
impl Debug for PriorityAttr
sourceimpl Default for PriorityAttr
impl Default for PriorityAttr
sourcefn default() -> PriorityAttr
fn default() -> PriorityAttr
Returns the “default value” for a type. Read more
sourceimpl PartialEq<PriorityAttr> for PriorityAttr
impl PartialEq<PriorityAttr> for PriorityAttr
sourcefn 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 ==
. Read more
impl Copy for PriorityAttr
impl Eq for PriorityAttr
impl StructuralEq for PriorityAttr
impl StructuralPartialEq for PriorityAttr
Auto Trait Implementations
impl RefUnwindSafe for PriorityAttr
impl Send for PriorityAttr
impl Sync for PriorityAttr
impl Unpin for PriorityAttr
impl UnwindSafe for PriorityAttr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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