#[repr(C)]
pub struct GraphicsOutput<'boot> { /* private fields */ }
Expand description

Provides access to the video hardware’s frame buffer.

The GOP can be used to set the properties of the frame buffer, and also allows the app to access the in-memory buffer.

Implementations

Returns information for an available graphics mode that the graphics device and the set of active video output devices supports.

Returns information about all available graphics modes.

Sets the video device into the specified mode, clearing visible portions of the output display to black.

This function will invalidate the current framebuffer.

Performs a blt (block transfer) operation on the frame buffer.

Every operation requires different parameters.

Returns the frame buffer information for the current mode.

Access the frame buffer directly

Trait Implementations

Unique protocol identifier.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.