[−][src]Trait gdk_pixbuf::StaticType
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 StaticType for i32[src]
fn static_type() -> Type[src]
impl StaticType for u8[src]
fn static_type() -> Type[src]
impl StaticType for VariantTy[src]
fn static_type() -> Type[src]
impl StaticType for BindingFlags[src]
fn static_type() -> Type[src]
impl StaticType for u32[src]
fn static_type() -> Type[src]
impl StaticType for i8[src]
fn static_type() -> Type[src]
impl StaticType for ParamSpec[src]
fn static_type() -> Type[src]
impl StaticType for f64[src]
fn static_type() -> Type[src]
impl StaticType for GString[src]
fn static_type() -> Type[src]
impl StaticType for Checksum[src]
fn static_type() -> Type[src]
impl StaticType for ValueArray[src]
fn static_type() -> Type[src]
impl StaticType for String[src]
fn static_type() -> Type[src]
impl StaticType for TimeZone[src]
fn static_type() -> Type[src]
impl StaticType for MainLoop[src]
fn static_type() -> Type[src]
impl StaticType for InitiallyUnowned[src]
fn static_type() -> Type[src]
impl StaticType for Source[src]
fn static_type() -> Type[src]
impl StaticType for String[src]
fn static_type() -> Type[src]
impl StaticType for Bytes[src]
fn static_type() -> Type[src]
impl StaticType for Vec<String>[src]
fn static_type() -> Type[src]
impl StaticType for Vec<GString>[src]
fn static_type() -> Type[src]
impl StaticType for IOCondition[src]
fn static_type() -> Type[src]
impl StaticType for Variant[src]
fn static_type() -> Type[src]
impl StaticType for Date[src]
fn static_type() -> Type[src]
impl StaticType for Closure[src]
fn static_type() -> Type[src]
impl StaticType for bool[src]
fn static_type() -> Type[src]
impl StaticType for KeyFile[src]
fn static_type() -> Type[src]
impl<'a, T> StaticType for &'a T where
T: StaticType + ?Sized, [src]
T: StaticType + ?Sized,
fn static_type() -> Type[src]
impl<'a, T> StaticType for &'a mut T where
T: StaticType + ?Sized, [src]
T: StaticType + ?Sized,