Struct webrtc_ice::priority::PriorityAttr
source · [−]pub struct PriorityAttr(pub u32);
Expand description
Represents PRIORITY attribute.
Tuple Fields
0: u32
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more