Trait glib::value::ToValue [−][src]
Converts to Value
.
Required methods
fn to_value(&self) -> Value
[src]
Returns a Value
clone of self
.
fn to_value_type(&self) -> Type
[src]
Returns the type identifer of self
.
This is the type of the value to be returned by to_value
.