Struct webrtc_ice::control::AttrControl
source · pub struct AttrControl { /* private fields */ }Expand description
Helper that wraps ICE-{CONTROLLED,CONTROLLING}.
Trait Implementations§
source§impl Clone for AttrControl
impl Clone for AttrControl
source§fn clone(&self) -> AttrControl
fn clone(&self) -> AttrControl
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 AttrControl
impl Debug for AttrControl
source§impl Default for AttrControl
impl Default for AttrControl
source§fn default() -> AttrControl
fn default() -> AttrControl
Returns the “default value” for a type. Read more
source§impl PartialEq<AttrControl> for AttrControl
impl PartialEq<AttrControl> for AttrControl
source§fn eq(&self, other: &AttrControl) -> bool
fn eq(&self, other: &AttrControl) -> bool
This method tests for
self and other values to be equal, and is used
by ==.