Enum gstreamer_rtsp::RTSPResult [−][src]
#[non_exhaustive] pub enum RTSPResult {}Show variants
Ok, Error, Einval, Eintr, Enomem, Eresolv, Enotimpl, Esys, Eparse, Ewsastart, Ewsaversion, Eeof, Enet, Enotip, Etimeout, Etget, Etpost, Elast, // some variants omitted
Expand description
Result codes from the RTSP functions.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
no error
some unspecified error occurred
invalid arguments were provided to a function
an operation was canceled
no memory was available for the operation
a host resolve error occurred
function not implemented
a system error occurred, errno contains more details
a parsing error occurred
windows networking could not start
windows networking stack has wrong version
end-of-file was reached
a network problem occurred, h_errno contains more details
the host is not an IP host
a timeout occurred
the tunnel GET request has been performed
the tunnel POST request has been performed
last error
Trait Implementations
type Checker = GenericValueTypeChecker<Self>
type Checker = GenericValueTypeChecker<Self>
Value type checker.
Get the contained value from a Value
. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Returns the type identifier of Self
.
Auto Trait Implementations
impl RefUnwindSafe for RTSPResult
impl Send for RTSPResult
impl Sync for RTSPResult
impl Unpin for RTSPResult
impl UnwindSafe for RTSPResult
Blanket Implementations
Mutably borrows from an owned value. Read more
Returns a SendValue
clone of self
.