Trait gstreamer_video::prelude::ToSendValue [−][src]
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.
Implementations on Foreign Types
impl ToSendValue for SendValue[src]
impl ToSendValue for SendValuefn to_send_value(&self) -> SendValue[src]
fn to_send_value(&self) -> SendValueimpl<T> ToSendValue for Option<T> where
T: ToValue + SetValueOptional + Send, [src]
impl<T> ToSendValue for Option<T> where
T: ToValue + SetValueOptional + Send, fn to_send_value(&self) -> SendValue[src]
fn to_send_value(&self) -> SendValue