☰
ToGlib
Required Associated Types
GlibType
Required Methods
to_glib
Implementations on Foreign Types
Option<char>
Ordering
bool
char
Implementors
In glib::translate
?
Trait
glib
::
translate
::
ToGlib
source
·
[
−
]
pub trait ToGlib { type
GlibType
; fn
to_glib
(&self) -> Self::
GlibType
; }
Expand description
Translate a simple type.
Required Associated Types
source
type
GlibType
Required Methods
source
fn
to_glib
(&self) -> Self::
GlibType
Implementations on Foreign Types
source
impl
ToGlib
for
bool
type
GlibType
=
i32
source
fn
to_glib
(&self) ->
gboolean
source
impl
ToGlib
for
char
type
GlibType
=
u32
source
fn
to_glib
(&self) ->
u32
source
impl
ToGlib
for
Option
<
char
>
type
GlibType
=
u32
source
fn
to_glib
(&self) ->
u32
source
impl
ToGlib
for
Ordering
type
GlibType
=
i32
source
fn
to_glib
(&self) ->
i32
Implementors
source
impl
ToGlib
for
Type
type
GlibType
=
usize
source
impl
ToGlib
for
SignalHandlerId
type
GlibType
=
u32