Struct mini_gl_fb::core::Internal[][src]

pub struct Internal {
    pub context: WindowedContext<PossiblyCurrent>,
    pub fb: Framebuffer,
}
Expand description

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

context: WindowedContext<PossiblyCurrent>fb: Framebuffer

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.