Struct windows_sys::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 moreimpl Copy 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
)