Struct mini_gl_fb::Internal[][src]

pub struct Internal {
    pub events_loop: EventsLoop,
    pub gl_window: GlWindow,
    pub fb: Framebuffer,
}

Hides away the guts of the library.

Public methods are considered stable. Provides more advanced methods that may be difficult or more complicated to use, but may be applicable to some use cases.

When MiniGlFb wraps a method from Internal, the documentation is provided there. If there is no documentation and you find the method is non-trivial, it's a bug! Feel free to submit an issue!

Fields

Methods

impl Internal
[src]

Auto Trait Implementations

impl !Send for Internal

impl !Sync for Internal