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 for PriorityAttr
impl PartialEq 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 ==
.impl Copy for PriorityAttr
impl Eq for PriorityAttr
impl StructuralPartialEq for PriorityAttr
Auto Trait Implementations§
impl Freeze for PriorityAttr
impl RefUnwindSafe for PriorityAttr
impl Send for PriorityAttr
impl Sync for PriorityAttr
impl Unpin for PriorityAttr
impl UnwindSafe for PriorityAttr
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