Trait glib::value::SetValue [−][src]
pub trait SetValue: StaticType { unsafe fn set_value(_: &mut Value, _: &Self); }
Sets a value.
Required Methods
Implementations on Foreign Types
impl SetValue for str
[src]
impl SetValue for str
impl<'a> SetValue for [&'a str]
[src]
impl<'a> SetValue for [&'a str]
impl SetValue for Vec<String>
[src]
impl SetValue for Vec<String>
impl<'a, T: ?Sized + SetValue> SetValue for &'a T
[src]
impl<'a, T: ?Sized + SetValue> SetValue for &'a T
impl SetValue for String
[src]
impl SetValue for String
impl SetValue for bool
[src]
impl SetValue for bool
impl SetValue for i8
[src]
impl SetValue for i8
impl SetValue for u8
[src]
impl SetValue for u8
impl SetValue for i32
[src]
impl SetValue for i32
impl SetValue for u32
[src]
impl SetValue for u32
impl SetValue for i64
[src]
impl SetValue for i64
impl SetValue for u64
[src]
impl SetValue for u64
impl SetValue for f32
[src]
impl SetValue for f32
impl SetValue for f64
[src]
impl SetValue for f64
Implementors
impl SetValue for IOCondition
impl SetValue for BindingFlags
impl SetValue for Type
impl SetValue for AnyValue
impl SetValue for AnySendValue
impl SetValue for VariantTy
impl SetValue for VariantType