Struct windows::Win32::UI::Controls::LVGROUPMETRICS
#[repr(C)]pub struct LVGROUPMETRICS {
pub cbSize: u32,
pub mask: u32,
pub Left: u32,
pub Top: u32,
pub Right: u32,
pub Bottom: u32,
pub crLeft: COLORREF,
pub crTop: COLORREF,
pub crRight: COLORREF,
pub crBottom: COLORREF,
pub crHeader: COLORREF,
pub crFooter: COLORREF,
}
Fields§
§cbSize: u32
§mask: u32
§Left: u32
§Top: u32
§Right: u32
§Bottom: u32
§crLeft: COLORREF
§crTop: COLORREF
§crRight: COLORREF
§crBottom: COLORREF
§crHeader: COLORREF
Trait Implementations§
§impl Clone for LVGROUPMETRICS
impl Clone for LVGROUPMETRICS
§fn clone(&self) -> LVGROUPMETRICS
fn clone(&self) -> LVGROUPMETRICS
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 LVGROUPMETRICS
impl Debug for LVGROUPMETRICS
§impl Default for LVGROUPMETRICS
impl Default for LVGROUPMETRICS
§impl PartialEq for LVGROUPMETRICS
impl PartialEq for LVGROUPMETRICS
§fn eq(&self, other: &LVGROUPMETRICS) -> bool
fn eq(&self, other: &LVGROUPMETRICS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LVGROUPMETRICS
impl Eq for LVGROUPMETRICS
impl StructuralPartialEq for LVGROUPMETRICS
Auto Trait Implementations§
impl Freeze for LVGROUPMETRICS
impl RefUnwindSafe for LVGROUPMETRICS
impl Send for LVGROUPMETRICS
impl Sync for LVGROUPMETRICS
impl Unpin for LVGROUPMETRICS
impl UnwindSafe for LVGROUPMETRICS
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
)