Trait glib::value::SetValue

source ·
pub trait SetValue: StaticType {
    unsafe fn set_value(_: &mut Value, _: &Self);
}
Expand description

Sets a value.

Required Methods

Implementations on Foreign Types

Implementors