Trait glib::value::SetValue
[−]
[src]
pub trait SetValue: StaticType {
unsafe fn set_value(_: &mut Value, _: &Self);
}Sets a value.
Required Methods
Implementors
impl SetValue for strimpl<'a, T: ?Sized + SetValue> SetValue for &'a Timpl SetValue for Stringimpl<T: IsA<Object>> SetValue for Timpl SetValue for boolimpl SetValue for i8impl SetValue for u8impl SetValue for i32impl SetValue for u32impl SetValue for i64impl SetValue for u64impl SetValue for f32impl SetValue for f64