Struct winapi::commctrl::MCGRIDINFO
[−]
[src]
pub struct MCGRIDINFO {
pub cbSize: UINT,
pub dwPart: DWORD,
pub dwFlags: DWORD,
pub iCalendar: c_int,
pub iRow: c_int,
pub iCol: c_int,
pub bSelected: BOOL,
pub stStart: SYSTEMTIME,
pub stEnd: SYSTEMTIME,
pub rc: RECT,
pub pszName: PWSTR,
pub cchName: size_t,
}Fields
cbSize | |
dwPart | |
dwFlags | |
iCalendar | |
iRow | |
iCol | |
bSelected | |
stStart | |
stEnd | |
rc | |
pszName | |
cchName |
Trait Implementations
impl Copy for MCGRIDINFO[src]
impl Clone for MCGRIDINFO[src]
fn clone(&self) -> MCGRIDINFO
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more