Modules
std
os
windows
POINT
extern struct POINT
[src]
Fields
x: LONG
y: LONG
Source
pub const POINT = extern struct { x: LONG, y: LONG, }