Enum gstreamer_webrtc::WebRTCICEComponent [−][src]
pub enum WebRTCICEComponent {
Rtp,
Rtcp,
// some variants omitted
}GST_WEBRTC_ICE_COMPONENT_RTP, GST_WEBRTC_ICE_COMPONENT_RTCP,
Variants
RtpRtcp
Trait Implementations
impl Debug for WebRTCICEComponent[src]
impl Debug for WebRTCICEComponentfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for WebRTCICEComponent[src]
impl Eq for WebRTCICEComponentimpl PartialEq for WebRTCICEComponent[src]
impl PartialEq for WebRTCICEComponentfn eq(&self, other: &WebRTCICEComponent) -> bool[src]
fn eq(&self, other: &WebRTCICEComponent) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &WebRTCICEComponent) -> bool[src]
fn ne(&self, other: &WebRTCICEComponent) -> boolThis method tests for !=.
impl Ord for WebRTCICEComponent[src]
impl Ord for WebRTCICEComponentfn cmp(&self, other: &WebRTCICEComponent) -> Ordering[src]
fn cmp(&self, other: &WebRTCICEComponent) -> OrderingThis method returns an Ordering between self and other. Read more
fn max(self, other: Self) -> Self1.21.0[src]
fn max(self, other: Self) -> SelfCompares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
fn min(self, other: Self) -> SelfCompares and returns the minimum of two values. Read more
impl PartialOrd for WebRTCICEComponent[src]
impl PartialOrd for WebRTCICEComponentfn partial_cmp(&self, other: &WebRTCICEComponent) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &WebRTCICEComponent) -> Option<Ordering>This method returns an ordering between self and other values if one exists. Read more
fn lt(&self, other: &WebRTCICEComponent) -> bool[src]
fn lt(&self, other: &WebRTCICEComponent) -> boolThis method tests less than (for self and other) and is used by the < operator. Read more
fn le(&self, other: &WebRTCICEComponent) -> bool[src]
fn le(&self, other: &WebRTCICEComponent) -> boolThis method tests less than or equal to (for self and other) and is used by the <= operator. Read more
fn gt(&self, other: &WebRTCICEComponent) -> bool[src]
fn gt(&self, other: &WebRTCICEComponent) -> boolThis method tests greater than (for self and other) and is used by the > operator. Read more
fn ge(&self, other: &WebRTCICEComponent) -> bool[src]
fn ge(&self, other: &WebRTCICEComponent) -> boolThis method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl Hash for WebRTCICEComponent[src]
impl Hash for WebRTCICEComponentfn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, Feeds a slice of this type into the given [Hasher]. Read more
impl Clone for WebRTCICEComponent[src]
impl Clone for WebRTCICEComponentfn clone(&self) -> WebRTCICEComponent[src]
fn clone(&self) -> WebRTCICEComponentReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl Copy for WebRTCICEComponent[src]
impl Copy for WebRTCICEComponentimpl StaticType for WebRTCICEComponent[src]
impl StaticType for WebRTCICEComponentfn static_type() -> Type[src]
fn static_type() -> TypeReturns the type identifier of Self.
impl<'a> FromValueOptional<'a> for WebRTCICEComponent[src]
impl<'a> FromValueOptional<'a> for WebRTCICEComponentunsafe fn from_value_optional(value: &Value) -> Option<Self>[src]
unsafe fn from_value_optional(value: &Value) -> Option<Self>impl<'a> FromValue<'a> for WebRTCICEComponent[src]
impl<'a> FromValue<'a> for WebRTCICEComponentunsafe fn from_value(value: &Value) -> Self[src]
unsafe fn from_value(value: &Value) -> Selfimpl SetValue for WebRTCICEComponent[src]
impl SetValue for WebRTCICEComponentAuto Trait Implementations
impl Send for WebRTCICEComponent
impl Send for WebRTCICEComponentimpl Sync for WebRTCICEComponent
impl Sync for WebRTCICEComponent