[][src]Enum gstreamer_webrtc::WebRTCPriorityType

pub enum WebRTCPriorityType {
    VeryLow,
    Low,
    Medium,
    High,
    // some variants omitted
}

GST_WEBRTC_PRIORITY_TYPE_VERY_LOW: very-low GST_WEBRTC_PRIORITY_TYPE_LOW: low GST_WEBRTC_PRIORITY_TYPE_MEDIUM: medium GST_WEBRTC_PRIORITY_TYPE_HIGH: high See http://w3c.github.io/webrtc-pc/dom-rtcprioritytype</ulink>

Feature: v1_16

Variants

VeryLow
Low
Medium
High

Trait Implementations

impl Clone for WebRTCPriorityType[src]

impl Copy for WebRTCPriorityType[src]

impl Debug for WebRTCPriorityType[src]

impl Eq for WebRTCPriorityType[src]

impl<'a> FromValue<'a> for WebRTCPriorityType[src]

impl<'a> FromValueOptional<'a> for WebRTCPriorityType[src]

impl Hash for WebRTCPriorityType[src]

impl Ord for WebRTCPriorityType[src]

impl PartialEq<WebRTCPriorityType> for WebRTCPriorityType[src]

impl PartialOrd<WebRTCPriorityType> for WebRTCPriorityType[src]

impl SetValue for WebRTCPriorityType[src]

impl StaticType for WebRTCPriorityType[src]

impl StructuralEq for WebRTCPriorityType[src]

impl StructuralPartialEq for WebRTCPriorityType[src]

Auto Trait Implementations

impl RefUnwindSafe for WebRTCPriorityType

impl Send for WebRTCPriorityType

impl Sync for WebRTCPriorityType

impl Unpin for WebRTCPriorityType

impl UnwindSafe for WebRTCPriorityType

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToSendValue for T where
    T: ToValue + SetValue + Send + ?Sized
[src]

impl<T> ToValue for T where
    T: SetValue + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.