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.6.1
glib 0.6.1
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
GuillaumeGomez
sdroege
bilelmoussaoui
github:gtk-rs:crates-io
Dependencies
bitflags ^1.0
normal
futures-preview ^0.2
normal
glib-sys ^0.7.0
normal
gobject-sys ^0.7.0
normal
lazy_static ^1.0
normal
libc ^0.2
normal
tempdir ^0.3
dev
Versions
62.07%
of the crate is documented
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
☰
FromGlib
Required Methods
from_glib
Implementations on Foreign Types
Option<char>
Option<u32>
Option<u64>
Option<u64>
Ordering
bool
char
Implementors
In glib::translate
?
Trait
glib
::
translate
::
FromGlib
source
·
[
−
]
pub trait FromGlib<T>:
Sized
{ fn
from_glib
(val: T) -> Self; }
Expand description
Translate a simple type.
Required Methods
source
fn
from_glib
(val: T) -> Self
Implementations on Foreign Types
source
impl
FromGlib
<
i32
> for
bool
source
fn
from_glib
(val:
gboolean
) ->
bool
source
impl
FromGlib
<
u32
> for
char
source
fn
from_glib
(val:
u32
) ->
char
source
impl
FromGlib
<
i32
> for
Ordering
source
fn
from_glib
(val:
i32
) ->
Ordering
source
impl
FromGlib
<
u32
> for
Option
<
char
>
source
fn
from_glib
(val:
u32
) ->
Option
<
char
>
source
impl
FromGlib
<
i32
> for
Option
<
u32
>
source
fn
from_glib
(val:
i32
) ->
Option
<
u32
>
source
impl
FromGlib
<
i64
> for
Option
<
u64
>
source
fn
from_glib
(val:
i64
) ->
Option
<
u64
>
source
impl
FromGlib
<
i32
> for
Option
<
u64
>
source
fn
from_glib
(val:
i32
) ->
Option
<
u64
>
Implementors
source
impl
FromGlib
<
i32
> for
Priority
source
impl
FromGlib
<
u32
> for
SourceId
source
impl
FromGlib
<
u64
> for
SignalHandlerId
source
impl
FromGlib
<
usize
> for
Type