Struct webrtc_ice::control::AttrControl
source · [−]pub struct AttrControl { /* private fields */ }
Expand description
Helper that wraps ICE-{CONTROLLED,CONTROLLING}.
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 AttrControl
impl Send for AttrControl
impl Sync for AttrControl
impl Unpin for AttrControl
impl UnwindSafe for AttrControl
Blanket Implementations
Mutably borrows from an owned value. Read more