Trait gdk_pixbuf::StaticType [] [src]

pub trait StaticType {
    fn static_type() -> Type;
}

Types that are supported by GLib dynamic typing.

Required Methods

Returns the type identifier of Self.

Implementations on Foreign Types

impl StaticType for i32
[src]

impl StaticType for f32
[src]

impl StaticType for KeyFile
[src]

impl StaticType for Source
[src]

impl StaticType for i8
[src]

impl<'a> StaticType for [&'a str]
[src]

impl StaticType for Date
[src]

impl StaticType for MainLoop
[src]

impl StaticType for MainContext
[src]

impl StaticType for u32
[src]

impl StaticType for IOCondition
[src]

impl StaticType for AnyValue
[src]

impl StaticType for str
[src]

impl StaticType for f64
[src]

impl StaticType for Checksum
[src]

impl StaticType for u8
[src]

impl StaticType for DateTime
[src]

impl StaticType for bool
[src]

impl StaticType for u64
[src]

impl StaticType for String
[src]

impl StaticType for Vec<String>
[src]

impl StaticType for TimeZone
[src]

impl StaticType for Closure
[src]

impl StaticType for i64
[src]

impl StaticType for Bytes
[src]

impl<'a, T> StaticType for &'a T where
    T: StaticType + ?Sized
[src]

impl StaticType for AnySendValue
[src]

impl StaticType for Variant
[src]

impl StaticType for ResourceLookupFlags
[src]

impl StaticType for TlsCertificateFlags
[src]

impl StaticType for Application

impl StaticType for TlsCertificate

impl StaticType for MenuModel

impl StaticType for SrvTarget

impl StaticType for Socket

impl StaticType for MenuItem

impl StaticType for DataOutputStream

impl StaticType for FileInputStream

impl StaticType for MountOperation

impl StaticType for OutputStreamSpliceFlags
[src]

impl StaticType for FilterInputStream

impl StaticType for MenuLinkIter

impl StaticType for SocketClientEvent
[src]

impl StaticType for SocketProtocol
[src]

impl StaticType for TlsClientConnection

impl StaticType for MenuAttributeIter

impl StaticType for DataStreamByteOrder
[src]

impl StaticType for Resource

impl StaticType for SocketConnection

impl StaticType for Cancellable

impl StaticType for IOStream

impl StaticType for SocketConnectable

impl StaticType for BufferedInputStream

impl StaticType for TlsServerConnection

impl StaticType for SimplePermission

impl StaticType for PasswordSave
[src]

impl StaticType for InetSocketAddress

impl StaticType for SimpleAction

impl StaticType for NetworkAddress

impl StaticType for TlsRehandshakeMode
[src]

impl StaticType for InputStream

impl StaticType for FileInfo

impl StaticType for SettingsBindFlags
[src]

impl StaticType for TlsDatabase

impl StaticType for Resolver

impl StaticType for ActionGroup

impl StaticType for TcpConnection

impl StaticType for FileCreateFlags
[src]

impl StaticType for FileQueryInfoFlags
[src]

impl StaticType for SocketFamily
[src]

impl StaticType for InetAddress

impl StaticType for SocketAddress

impl StaticType for MountOperationResult
[src]

impl StaticType for TlsPassword

impl StaticType for TlsInteractionResult
[src]

impl StaticType for NetworkService

impl StaticType for ActionMap

impl StaticType for SettingsSchema

impl StaticType for SocketType
[src]

impl StaticType for IOStreamSpliceFlags
[src]

impl StaticType for TlsAuthenticationMode
[src]

impl StaticType for SimpleActionGroup

impl StaticType for FileIOStream

impl StaticType for FilterOutputStream

impl StaticType for ResourceError
[src]

impl StaticType for TlsDatabaseVerifyFlags
[src]

impl StaticType for BufferedOutputStream

impl StaticType for ApplicationFlags
[src]

impl StaticType for IOErrorEnum
[src]

impl StaticType for MemoryOutputStream

impl StaticType for Settings

impl StaticType for SocketClient

impl StaticType for TlsConnection

impl StaticType for AppInfo

impl StaticType for Menu

impl StaticType for Seekable

impl StaticType for MemoryInputStream

impl StaticType for TlsFileDatabase

impl StaticType for AppInfoCreateFlags
[src]

impl StaticType for SocketAddressEnumerator

impl StaticType for TlsInteraction

impl StaticType for ThreadedSocketService

impl StaticType for Action

impl StaticType for FileType
[src]

impl StaticType for AppLaunchContext

impl StaticType for AskPasswordFlags
[src]

impl StaticType for TlsDatabaseLookupFlags
[src]

impl StaticType for SocketListener

impl StaticType for SocketService

impl StaticType for OutputStream

impl StaticType for TlsPasswordFlags
[src]

impl StaticType for DataInputStream

impl StaticType for DataStreamNewlineType
[src]

impl StaticType for Permission

impl StaticType for FileOutputStream

impl StaticType for Icon

impl StaticType for File

impl StaticType for ThemedIcon

Implementors