Struct zui_widgets::terminal::CompletedFrame[][src]

pub struct CompletedFrame<'a> {
    pub buffer: &'a Buffer,
    pub area: Rect,
}
Expand description

CompletedFrame represents the state of the terminal after all changes performed in the last Terminal::draw call have been applied. Therefore, it is only valid until the next call to Terminal::draw.

Fields

buffer: &'a Bufferarea: Rect

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.