Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Docs.rs
glib-0.0.6
glib 0.0.6
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
GuillaumeGomez
sdroege
bilelmoussaoui
github:gtk-rs:crates-io
Dependencies
gio-sys ^0.2.1
normal
glib-sys ^0.2.1
normal
gobject-sys ^0.2.1
normal
libc ^0.1
normal
Versions
38.1%
of the crate is documented
This release has been yanked, go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
glib
0.0.6
ToBool
Required Methods
to_bool
Implementations on Foreign Types
bool
gboolean
Object Safety
Implementors
In glib::translate
Trait
glib
::
translate
::
ToBool
Copy item path
source
·
[
−
]
pub trait ToBool:
Copy
{ // Required method fn
to_bool
(self) ->
bool
; }
Required Methods
§
source
fn
to_bool
(self) ->
bool
Object Safety
§
This trait is
not
object safe
.
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
§