Struct webrtc_ice::control::AttrControlling [−][src]
pub struct AttrControlling(pub u64);
Expand description
Represents ICE-CONTROLLING attribute.
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 AttrControlling
impl Send for AttrControlling
impl Sync for AttrControlling
impl Unpin for AttrControlling
impl UnwindSafe for AttrControlling
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V