Struct 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