extern struct SMALL_RECT [src]

Fields

Left: SHORT
Top: SHORT
Right: SHORT
Bottom: SHORT

Source

pub const SMALL_RECT = extern struct { Left: SHORT, Top: SHORT, Right: SHORT, Bottom: SHORT, }