Struct windows_sys::Win32::UI::Shell::ITEMSPACING
#[repr(C)]pub struct ITEMSPACING {
pub cxSmall: i32,
pub cySmall: i32,
pub cxLarge: i32,
pub cyLarge: i32,
}
Fields§
§cxSmall: i32
§cySmall: i32
§cxLarge: i32
§cyLarge: i32
Trait Implementations§
§impl Clone for ITEMSPACING
impl Clone for ITEMSPACING
impl Copy for ITEMSPACING
Auto Trait Implementations§
impl RefUnwindSafe for ITEMSPACING
impl Send for ITEMSPACING
impl Sync for ITEMSPACING
impl Unpin for ITEMSPACING
impl UnwindSafe for ITEMSPACING
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more