Struct webrtc_ice::control::AttrControlling
source · pub struct AttrControlling(pub u64);
Expand description
Represents ICE-CONTROLLING attribute.
Tuple Fields§
§0: u64
Trait Implementations§
source§impl Clone for AttrControlling
impl Clone for AttrControlling
source§fn clone(&self) -> AttrControlling
fn clone(&self) -> AttrControlling
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 AttrControlling
impl Debug for AttrControlling
source§impl Default for AttrControlling
impl Default for AttrControlling
source§fn default() -> AttrControlling
fn default() -> AttrControlling
Returns the “default value” for a type. Read more
source§impl Getter for AttrControlling
impl Getter for AttrControlling
source§impl PartialEq<AttrControlling> for AttrControlling
impl PartialEq<AttrControlling> for AttrControlling
source§fn eq(&self, other: &AttrControlling) -> bool
fn eq(&self, other: &AttrControlling) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.