Struct webrtc_ice::control::AttrControlling
source · [−]pub struct AttrControlling(pub u64);
Expand description
Represents ICE-CONTROLLING attribute.
Tuple Fields
0: u64
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 AttrControlling
impl Send for AttrControlling
impl Sync for AttrControlling
impl Unpin for AttrControlling
impl UnwindSafe for AttrControlling
Blanket Implementations
Mutably borrows from an owned value. Read more