Struct graphics::draw_state::target::Rect
[−]
[src]
pub struct Rect { pub x: u16, pub y: u16, pub w: u16, pub h: u16, }
A screen space rectangle
Fields
x | |
y | |
w | |
h |