[−][src]Enum gstreamer_webrtc::WebRTCDataChannelState
pub enum WebRTCDataChannelState { New, Connecting, Open, Closing, Closed, // some variants omitted }
GST_WEBRTC_DATA_CHANNEL_STATE_NEW: new
GST_WEBRTC_DATA_CHANNEL_STATE_CONNECTING: connection
GST_WEBRTC_DATA_CHANNEL_STATE_OPEN: open
GST_WEBRTC_DATA_CHANNEL_STATE_CLOSING: closing
GST_WEBRTC_DATA_CHANNEL_STATE_CLOSED: closed
See dom
-rtcdatachannelstate</ulink>
Feature: v1_16
Variants
Trait Implementations
impl Clone for WebRTCDataChannelState
[src][+]
impl Copy for WebRTCDataChannelState
[src]
impl Debug for WebRTCDataChannelState
[src][+]
impl Eq for WebRTCDataChannelState
[src]
impl<'a> FromValue<'a> for WebRTCDataChannelState
[src][+]
impl<'a> FromValueOptional<'a> for WebRTCDataChannelState
[src][+]
impl Hash for WebRTCDataChannelState
[src][+]
impl Ord for WebRTCDataChannelState
[src][+]
impl PartialEq<WebRTCDataChannelState> for WebRTCDataChannelState
[src][+]
impl PartialOrd<WebRTCDataChannelState> for WebRTCDataChannelState
[src][+]
impl SetValue for WebRTCDataChannelState
[src][+]
impl StaticType for WebRTCDataChannelState
[src][+]
impl StructuralEq for WebRTCDataChannelState
[src]
impl StructuralPartialEq for WebRTCDataChannelState
[src]
Auto Trait Implementations
impl RefUnwindSafe for WebRTCDataChannelState
impl Send for WebRTCDataChannelState
impl Sync for WebRTCDataChannelState
impl Unpin for WebRTCDataChannelState
impl UnwindSafe for WebRTCDataChannelState
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>,