pub struct Rect {
pub cols: Range<u8>,
pub rows: Range<u8>,
}
Expand description
Defines the rect of a Screen. The maximum cga boundaries are (0, 0, 80, 25).
Fields§
§cols: Range<u8>
§rows: Range<u8>
pub struct Rect {
pub cols: Range<u8>,
pub rows: Range<u8>,
}
Defines the rect of a Screen. The maximum cga boundaries are (0, 0, 80, 25).
cols: Range<u8>
§rows: Range<u8>