Trait glib::types::StaticType
[−]
[src]
pub trait StaticType { fn static_type() -> Type; }
Types that are supported by GLib dynamic typing.
Required Methods
fn static_type() -> Type
Returns the type identifier of Self
.
Implementations on Foreign Types
impl<'a, T: ?Sized + StaticType> StaticType for &'a T
[src]
fn static_type() -> Type
[src]
impl StaticType for bool
[src]
fn static_type() -> Type
[src]
impl StaticType for i8
[src]
fn static_type() -> Type
[src]
impl StaticType for u8
[src]
fn static_type() -> Type
[src]
impl StaticType for i32
[src]
fn static_type() -> Type
[src]
impl StaticType for u32
[src]
fn static_type() -> Type
[src]
impl StaticType for i64
[src]
fn static_type() -> Type
[src]
impl StaticType for u64
[src]
fn static_type() -> Type
[src]
impl StaticType for f32
[src]
fn static_type() -> Type
[src]
impl StaticType for f64
[src]
fn static_type() -> Type
[src]
impl StaticType for str
[src]
fn static_type() -> Type
[src]
impl StaticType for String
[src]
fn static_type() -> Type
[src]
Implementors
impl StaticType for Object
impl StaticType for Checksum
impl StaticType for DateTime
impl StaticType for KeyFile
impl StaticType for MainContext
impl StaticType for MainLoop
impl StaticType for Source
impl StaticType for TimeZone
impl StaticType for Bytes
impl StaticType for Closure
impl StaticType for Error
impl StaticType for Variant
impl StaticType for Date