☰
ToBool
Required Methods
to_bool
Implementations on Foreign Types
bool
gboolean
Implementors
In glib::translate
?
Trait
glib
::
translate
::
ToBool
source
·
[
−
]
pub trait ToBool:
Copy
{ fn
to_bool
(self) ->
bool
; }
Required Methods
source
fn
to_bool
(self) ->
bool
Implementations on Foreign Types
source
impl
ToBool
for
bool
source
fn
to_bool
(self) ->
bool
source
impl
ToBool
for
gboolean
source
fn
to_bool
(self) ->
bool
Implementors