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