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