Struct oxidized_curses::utils::ScreenRect[][src]

pub struct ScreenRect {
    pub start: ScreenPoint,
    pub offset: ScreenPoint,
}
Expand description

A rectangle in screen space

Fields

start: ScreenPoint

The upper left corner of the rectangle

offset: ScreenPoint

The height and width of the rectangle

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.