Struct webrtc_ice::control::AttrControlled [−][src]
pub struct AttrControlled(pub u64);
Expand description
Represents ICE-CONTROLLED attribute.
Tuple Fields
0: u64
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self