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,
}Expand description
Required features: "Win32_UI_Controls", "Win32_Foundation"
Fields
cbSize: u32mask: u32Left: u32Top: u32Right: u32Bottom: u32crLeft: COLORREFcrTop: COLORREFcrRight: COLORREFcrBottom: COLORREFcrHeader: COLORREFTrait Implementations
impl Clone for LVGROUPMETRICS
impl Clone for LVGROUPMETRICS
impl Copy for LVGROUPMETRICS
Auto Trait Implementations
impl RefUnwindSafe for LVGROUPMETRICS
impl Send for LVGROUPMETRICS
impl Sync for LVGROUPMETRICS
impl Unpin for LVGROUPMETRICS
impl UnwindSafe for LVGROUPMETRICS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more