[−][src]Enum gstreamer_webrtc::WebRTCSCTPTransportState
pub enum WebRTCSCTPTransportState { New, Connecting, Connected, Closed, // some variants omitted }
GST_WEBRTC_SCTP_TRANSPORT_STATE_NEW: new GST_WEBRTC_SCTP_TRANSPORT_STATE_CONNECTING: connecting GST_WEBRTC_SCTP_TRANSPORT_STATE_CONNECTED: connected GST_WEBRTC_SCTP_TRANSPORT_STATE_CLOSED: closed See http://w3c.github.io/webrtc-pc/`dom`-rtcsctptransportstate
Feature: v1_16
Variants (Non-exhaustive)
Trait Implementations
impl Clone for WebRTCSCTPTransportState
[src][+]
impl Copy for WebRTCSCTPTransportState
[src]
impl Debug for WebRTCSCTPTransportState
[src][+]
impl Eq for WebRTCSCTPTransportState
[src]
impl<'a> FromValue<'a> for WebRTCSCTPTransportState
[src][+]
impl<'a> FromValueOptional<'a> for WebRTCSCTPTransportState
[src][+]
impl Hash for WebRTCSCTPTransportState
[src][+]
impl Ord for WebRTCSCTPTransportState
[src][+]
impl PartialEq<WebRTCSCTPTransportState> for WebRTCSCTPTransportState
[src][+]
impl PartialOrd<WebRTCSCTPTransportState> for WebRTCSCTPTransportState
[src][+]
impl SetValue for WebRTCSCTPTransportState
[src][+]
impl StaticType for WebRTCSCTPTransportState
[src][+]
impl StructuralEq for WebRTCSCTPTransportState
[src]
impl StructuralPartialEq for WebRTCSCTPTransportState
[src]
Auto Trait Implementations
impl RefUnwindSafe for WebRTCSCTPTransportState
impl Send for WebRTCSCTPTransportState
impl Sync for WebRTCSCTPTransportState
impl Unpin for WebRTCSCTPTransportState
impl UnwindSafe for WebRTCSCTPTransportState
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T> ToSendValue for T where
T: ToValue + SetValue + Send + ?Sized,
[src][+]
T: ToValue + SetValue + Send + ?Sized,
impl<T> ToValue for T where
T: SetValue + ?Sized,
[src][+]
T: SetValue + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,