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 moresourceimpl 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
impl Copy for AttrControl
impl Eq for AttrControl
impl StructuralEq 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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