Docs.rs
  • cogl-rs-0.1.4
    • cogl-rs 0.1.4
    • Permalink
    • Docs.rs crate page
    • MPL-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • dudochkin-victor
    • Dependencies
      • bitflags ^1.0 normal
      • cogl-sys-rs ^0.1.4 normal
      • glib ^0.10 normal
      • glib-sys ^0.10 normal
      • gobject-sys ^0.10 normal
      • libc ^0.2 normal
    • Versions
    • 58.21% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

cogl0.1.4

ObjectExt

Sections

  • Implementors

Implementors

In crate cogl

cogl

Trait ObjectExt

Source
pub trait ObjectExt: 'static { }
Expand description

Trait containing all Object methods.

§Implementors

AtlasTexture, AttributeBuffer, Attribute, Bitmap, Context, Display, FrameInfo, Framebuffer, GLES2Context, IndexBuffer, Indices, MatrixStack, Object, OnscreenTemplate, Onscreen, Output, Pipeline, PixelBuffer, Primitive, Renderer, Snippet, SubTexture, SwapChain, Texture2DSliced, Texture2D, Texture3D, TexturePixmapX11, TextureRectangle, Texture

Implementors§

Source§

impl<O: IsA<Object>> ObjectExt for O