Trait gstreamer_app::prelude::ToSendValue[][src]

pub trait ToSendValue: ToValue + Send {
    fn to_send_value(&self) -> SendValue;
}

Converts to SendValue.

Required Methods

Returns a SendValue clone of self.

Implementations on Foreign Types

impl ToSendValue for SendValue
[src]

impl<T> ToSendValue for Option<T> where
    T: ToValue + SetValueOptional + Send
[src]

Implementors