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: UINT dwPart: DWORD dwFlags: DWORD iCalendar: c_int iRow: c_int iCol: c_int bSelected: BOOL stStart: SYSTEMTIME stEnd: SYSTEMTIME rc: RECT pszName: PWSTR cchName: size_t

Trait Implementations

impl Debug for MCGRIDINFO
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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