pub type switch_image_rect_t = switch_image_rect;Expand description
\brief Representation of a rectangle on a surface
Aliased Type§
#[repr(C)]pub struct switch_image_rect_t {
pub x: u32,
pub y: u32,
pub w: u32,
pub h: u32,
}Fields§
§x: u32< leftmost column
y: u32< topmost row
w: u32< width
h: u32< height