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 for AttrControlling
impl PartialEq 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 ==
.impl Copy for AttrControlling
impl Eq for AttrControlling
impl StructuralPartialEq for AttrControlling
Auto Trait Implementations§
impl Freeze for AttrControlling
impl RefUnwindSafe for AttrControlling
impl Send for AttrControlling
impl Sync for AttrControlling
impl Unpin for AttrControlling
impl UnwindSafe for AttrControlling
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