[][src]Trait gstreamer::prelude::ToSendValue

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

Converts to SendValue.

Required methods

fn to_send_value(&self) -> SendValue

Returns a SendValue clone of self.

Loading content...

Implementations on Foreign Types

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

impl ToSendValue for SendValue[src]

Loading content...

Implementors

impl<T> ToSendValue for T where
    T: ToValue + SetValue + Send + ?Sized
[src]

Loading content...