Struct webrtc_ice::control::AttrControlling
source · [−]pub struct AttrControlling(pub u64);
Expand description
Represents ICE-CONTROLLING attribute.
Tuple Fields
0: u64
Trait Implementations
sourceimpl Clone for AttrControlling
impl Clone for AttrControlling
sourcefn clone(&self) -> AttrControlling
fn clone(&self) -> AttrControlling
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 more
sourceimpl Debug for AttrControlling
impl Debug for AttrControlling
sourceimpl Default for AttrControlling
impl Default for AttrControlling
sourcefn default() -> AttrControlling
fn default() -> AttrControlling
Returns the “default value” for a type. Read more
sourceimpl PartialEq<AttrControlling> for AttrControlling
impl PartialEq<AttrControlling> for AttrControlling
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &AttrControlling) -> bool
fn ne(&self, other: &AttrControlling) -> bool
This method tests for !=
.
impl Copy for AttrControlling
impl StructuralPartialEq for AttrControlling
Auto Trait Implementations
impl RefUnwindSafe for AttrControlling
impl Send for AttrControlling
impl Sync for AttrControlling
impl Unpin for AttrControlling
impl UnwindSafe for AttrControlling
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more