Struct arduboy_rust::arduboy2_library::Rect
source · pub struct Rect {
pub x: i16,
pub y: i16,
pub width: u8,
pub height: u8,
}
Expand description
This struct is used by a few Arduboy functions.
Fields§
§x: i16
Position X
y: i16
Position Y
width: u8
Rect width
height: u8
Rect height