[−][src]Trait gstreamer_rtsp_server::prelude::ToSendValue
Converts to SendValue
.
Required methods
fn to_send_value(&self) -> SendValue
[−]
Returns a SendValue
clone of self
.
Implementations on Foreign Types
impl<T> ToSendValue for Option<T> where
T: ToValue + SetValueOptional + Send,
[src][−]
T: ToValue + SetValueOptional + Send,