Struct webrtc_ice::control::AttrControlled
source · pub struct AttrControlled(pub u64);
Expand description
Represents ICE-CONTROLLED attribute.
Tuple Fields
0: u64
Trait Implementations
sourceimpl Clone for AttrControlled
impl Clone for AttrControlled
sourcefn clone(&self) -> AttrControlled
fn clone(&self) -> AttrControlled
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 AttrControlled
impl Debug for AttrControlled
sourceimpl Default for AttrControlled
impl Default for AttrControlled
sourcefn default() -> AttrControlled
fn default() -> AttrControlled
Returns the “default value” for a type. Read more
sourceimpl Getter for AttrControlled
impl Getter for AttrControlled
sourceimpl PartialEq<AttrControlled> for AttrControlled
impl PartialEq<AttrControlled> for AttrControlled
sourcefn eq(&self, other: &AttrControlled) -> bool
fn eq(&self, other: &AttrControlled) -> bool
sourceimpl Setter for AttrControlled
impl Setter for AttrControlled
impl Copy for AttrControlled
impl Eq for AttrControlled
impl StructuralEq for AttrControlled
impl StructuralPartialEq for AttrControlled
Auto Trait Implementations
impl RefUnwindSafe for AttrControlled
impl Send for AttrControlled
impl Sync for AttrControlled
impl Unpin for AttrControlled
impl UnwindSafe for AttrControlled
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