[−][src]Trait gstreamer_gl::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,
fn to_send_value(&self) -> SendValue
[src]
impl ToSendValue for SendValue
[src]
fn to_send_value(&self) -> SendValue
[src]
Implementors
impl<T> ToSendValue for T where
T: ToValue + SetValue + Send + ?Sized,
[src]
T: ToValue + SetValue + Send + ?Sized,