[−][src]Trait gstreamer_video::prelude::ToValue
Converts to Value
.
Required methods
fn to_value(&self) -> Value
Returns a Value
clone of self
.
fn to_value_type(&self) -> Type
Returns the type identifer of self
.
This is the type of the value to be returned by to_value
.
Implementations on Foreign Types
impl ToValue for Value
[src]
impl ToValue for SendValue
[src]
impl<T> ToValue for Option<T> where
T: SetValueOptional,
[src]
Loading content...
T: SetValueOptional,