Struct windows::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
§fn clone(&self) -> ITEMSPACING
fn clone(&self) -> ITEMSPACING
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for ITEMSPACING
impl Debug for ITEMSPACING
§impl PartialEq for ITEMSPACING
impl PartialEq for ITEMSPACING
§fn eq(&self, other: &ITEMSPACING) -> bool
fn eq(&self, other: &ITEMSPACING) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ITEMSPACING
impl Eq for ITEMSPACING
impl StructuralPartialEq for ITEMSPACING
Auto Trait Implementations§
impl Freeze for ITEMSPACING
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)