#[repr(C)]pub struct LVGROUPMETRICS {
pub cbSize: UINT,
pub mask: UINT,
pub Left: UINT,
pub Top: UINT,
pub Right: UINT,
pub Bottom: UINT,
pub crLeft: COLORREF,
pub crTop: COLORREF,
pub crRight: COLORREF,
pub crBottom: COLORREF,
pub crHeader: COLORREF,
pub crFooter: COLORREF,
}
Fields§
§cbSize: UINT
§mask: UINT
§Left: UINT
§Top: UINT
§Right: UINT
§Bottom: UINT
§crLeft: COLORREF
§crTop: COLORREF
§crRight: COLORREF
§crBottom: COLORREF
§crHeader: COLORREF
Trait Implementations§
Source§impl Clone for LVGROUPMETRICS
impl Clone for LVGROUPMETRICS
Source§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 moreSource§impl Default for LVGROUPMETRICS
impl Default for LVGROUPMETRICS
Source§fn default() -> LVGROUPMETRICS
fn default() -> LVGROUPMETRICS
Returns the “default value” for a type. Read more
impl 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