Struct webrtc_ice::control::AttrControl
source · [−]pub struct AttrControl { /* private fields */ }
Expand description
Helper that wraps ICE-{CONTROLLED,CONTROLLING}.
Trait Implementations
sourceimpl Clone for AttrControl
impl Clone for AttrControl
sourcefn clone(&self) -> AttrControl
fn clone(&self) -> AttrControl
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for AttrControl
impl Debug for AttrControl
sourceimpl Default for AttrControl
impl Default for AttrControl
sourcefn default() -> AttrControl
fn default() -> AttrControl
Returns the “default value” for a type. Read more
sourceimpl PartialEq<AttrControl> for AttrControl
impl PartialEq<AttrControl> for AttrControl
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &AttrControl) -> bool
fn ne(&self, other: &AttrControl) -> bool
This method tests for !=
.
impl Copy for AttrControl
impl StructuralPartialEq for AttrControl
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more