Struct sixtyfps_rendering_backend_gl::Backend[][src]

pub struct Backend;

Trait Implementations

Instantiate a window for a component. FIXME: should return a Box Read more

Spins an event loop and renders the visible windows.

Exits the event loop.

This function can be used to register a custom TrueType font with SixtyFPS, for use with the font-family property. The provided slice must be a valid TrueType font. Read more

This function can be used to register a custom TrueType font with SixtyFPS, for use with the font-family property. The provided path must refer to a valid TrueType font. Read more

Send an user event to from another thread that should be run in the GUI event loop

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 alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

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.