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 str
impl<'a, T: ?Sized + SetValue> SetValue for &'a T
impl SetValue for String
impl<T: IsA<Object>> SetValue for T
impl SetValue for bool
impl SetValue for i8
impl SetValue for u8
impl SetValue for i32
impl SetValue for u32
impl SetValue for i64
impl SetValue for u64
impl SetValue for f32
impl SetValue for f64