[][src]Enum gstreamer_webrtc::WebRTCSDPType

pub enum WebRTCSDPType {
    Offer,
    Pranswer,
    Answer,
    Rollback,
    // some variants omitted
}

GST_WEBRTC_SDP_TYPE_OFFER: offer GST_WEBRTC_SDP_TYPE_PRANSWER: pranswer GST_WEBRTC_SDP_TYPE_ANSWER: answer GST_WEBRTC_SDP_TYPE_ROLLBACK: rollback See http://w3c.github.io/webrtc-pc/rtcsdptype``</ulink>

Variants

Offer
Pranswer
Answer
Rollback

Trait Implementations

impl Clone for WebRTCSDPType[src]

impl Copy for WebRTCSDPType[src]

impl Debug for WebRTCSDPType[src]

impl Eq for WebRTCSDPType[src]

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

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

impl Hash for WebRTCSDPType[src]

impl Ord for WebRTCSDPType[src]

impl PartialEq<WebRTCSDPType> for WebRTCSDPType[src]

impl PartialOrd<WebRTCSDPType> for WebRTCSDPType[src]

impl SetValue for WebRTCSDPType[src]

impl StaticType for WebRTCSDPType[src]

impl StructuralEq for WebRTCSDPType[src]

impl StructuralPartialEq for WebRTCSDPType[src]

Auto Trait Implementations

impl RefUnwindSafe for WebRTCSDPType

impl Send for WebRTCSDPType

impl Sync for WebRTCSDPType

impl Unpin for WebRTCSDPType

impl UnwindSafe for WebRTCSDPType

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.