Struct gstreamer_rtsp::RTSPAuthParam [−][src]
pub struct RTSPAuthParam(_);
Expand description
RTSP Authentication parameter
Trait Implementations
This is supported on crate feature
v1_12
only.This is supported on crate feature
v1_12
only.This is supported on crate feature
v1_12
only.This is supported on crate feature
v1_12
only.This is supported on crate feature
v1_12
only.This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
This is supported on crate feature
v1_12
only.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
This is supported on crate feature
v1_12
only.Returns the type identifier of Self
.
This is supported on crate feature
v1_12
only.This is supported on crate feature
v1_12
only.This is supported on crate feature
v1_12
only.This is supported on crate feature
v1_12
only.Auto Trait Implementations
impl RefUnwindSafe for RTSPAuthParam
impl !Sync for RTSPAuthParam
impl Unpin for RTSPAuthParam
impl UnwindSafe for RTSPAuthParam
Blanket Implementations
Mutably borrows from an owned value. Read more
Returns a SendValue
clone of self
.
impl<'a, T, C> FromValueOptional<'a> for T where
C: ValueTypeChecker<Error = ValueTypeMismatchOrNoneError>,
T: FromValue<'a, Checker = C>,
[src]