Trait gstreamer::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 SendValue
fn to_send_value(&self) -> SendValue
[src]
fn to_send_value(&self) -> SendValue
impl<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