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: i32cySmall: i32cxLarge: i32cyLarge: i32