Struct windows_sys::Win32::UI::Shell::ITEMSPACING
#[repr(C)]pub struct ITEMSPACING {
pub cxSmall: i32,
pub cySmall: i32,
pub cxLarge: i32,
pub cyLarge: i32,
}Expand description
Required features: "Win32_UI_Shell"
Fields§
§cxSmall: i32§cySmall: i32§cxLarge: i32§cyLarge: i32