Docs.rs
gobject-subclass-0.2.1
gobject-subclass 0.2.1
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
sdroege
Dependencies
glib ^0.6
normal
glib-sys ^0.7
normal
gobject-sys ^0.7
normal
libc ^0.2
normal
Versions
0%
of the crate is documented
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
gobject_
subclass
0.2.1
AnyImpl
Required Methods
get_type_id
Implementors
In gobject_
subclass::
anyimpl
gobject_subclass
::
anyimpl
Trait
AnyImpl
Copy item path
Source
pub trait AnyImpl:
Any
{ // Required method fn
get_type_id
(&self) ->
TypeId
; }
Required Methods
§
Source
fn
get_type_id
(&self) ->
TypeId
Implementors
§
Source
§
impl<T:
Any
>
AnyImpl
for T