Struct oxidized_curses::ScreenRect [−][src]
pub struct ScreenRect {
pub start: ScreenPoint,
pub offset: ScreenPoint,
}Expand description
A rectangle in screen space
Fields
start: ScreenPointThe upper left corner of the rectangle
offset: ScreenPointThe height and width of the rectangle
Auto Trait Implementations
impl RefUnwindSafe for ScreenRectimpl Send for ScreenRectimpl Sync for ScreenRectimpl Unpin for ScreenRectimpl UnwindSafe for ScreenRect