Skip to main content

pixman_rectangle32_t

Type Alias pixman_rectangle32_t 

Source
pub type pixman_rectangle32_t = pixman_rectangle32;

Aliased Type§

#[repr(C)]
pub struct pixman_rectangle32_t { pub x: i32, pub y: i32, pub width: u32, pub height: u32, }

Fields§

§x: i32§y: i32§width: u32§height: u32