[][src]Trait glib::value::SetValue

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

Sets a value.

Required methods

unsafe fn set_value(_: &mut Value, _: &Self)

Loading content...

Implementations on Foreign Types

impl SetValue for str[src]

impl<'a> SetValue for [&'a str][src]

impl SetValue for Vec<String>[src]

impl<'a, T: ?Sized + SetValue> SetValue for &'a T[src]

impl SetValue for String[src]

impl SetValue for bool[src]

impl SetValue for i8[src]

impl SetValue for u8[src]

impl SetValue for i32[src]

impl SetValue for u32[src]

impl SetValue for i64[src]

impl SetValue for u64[src]

impl SetValue for f32[src]

impl SetValue for f64[src]

Loading content...

Implementors

impl SetValue for GString[src]

impl SetValue for Type[src]

impl SetValue for BindingFlags[src]

impl SetValue for IOCondition[src]

impl SetValue for VariantTy[src]

impl SetValue for VariantType[src]

impl<T: BoxedType> SetValue for Boxed<T>[src]

Loading content...