[−][src]Enum gstreamer_rtsp::RTSPState
pub enum RTSPState { Invalid, Init, Ready, Seeking, Playing, Recording, // some variants omitted }
The different RTSP states.
Variants
Trait Implementations
impl Clone for RTSPState
[src][+]
impl Copy for RTSPState
[src]
impl Debug for RTSPState
[src][+]
impl Eq for RTSPState
[src]
impl<'a> FromValue<'a> for RTSPState
[src][+]
impl<'a> FromValueOptional<'a> for RTSPState
[src][+]
impl Hash for RTSPState
[src][+]
impl Ord for RTSPState
[src][+]
impl PartialEq<RTSPState> for RTSPState
[src][+]
impl PartialOrd<RTSPState> for RTSPState
[src][+]
impl SetValue for RTSPState
[src][+]
impl StaticType for RTSPState
[src][+]
impl StructuralEq for RTSPState
[src]
impl StructuralPartialEq for RTSPState
[src]
Auto Trait Implementations
impl RefUnwindSafe for RTSPState
impl Send for RTSPState
impl Sync for RTSPState
impl Unpin for RTSPState
impl UnwindSafe for RTSPState
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>,