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