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 for AttrControl
impl PartialEq 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 ==
.impl Copy for AttrControl
impl Eq for AttrControl
impl StructuralPartialEq for AttrControl
Auto Trait Implementations§
impl Freeze for AttrControl
impl RefUnwindSafe for AttrControl
impl Send for AttrControl
impl Sync for AttrControl
impl Unpin for AttrControl
impl UnwindSafe for AttrControl
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more