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: u32,
pub crTop: u32,
pub crRight: u32,
pub crBottom: u32,
pub crHeader: u32,
pub crFooter: u32,
}
Expand description
Required features: ‘Win32_UI_Controls’
Fields
cbSize: u32
mask: u32
Left: u32
Top: u32
Right: u32
Bottom: u32
crLeft: u32
crTop: u32
crRight: u32
crBottom: u32
crHeader: u32
Trait 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more