Struct winapi::commctrl::TTTOOLINFOA [] [src]

pub struct TTTOOLINFOA {
    pub cbSize: UINT,
    pub uFlags: UINT,
    pub hwnd: HWND,
    pub uId: UINT_PTR,
    pub rect: RECT,
    pub hinst: HINSTANCE,
    pub lpszText: LPSTR,
    pub lParam: LPARAM,
    pub lpReserved: *mut c_void,
}

Fields

cbSize
uFlags
hwnd
uId
rect
hinst
lpszText
lParam
lpReserved

Trait Implementations

impl Copy for TTTOOLINFOA
[src]

impl Clone for TTTOOLINFOA
[src]

fn clone(&self) -> TTTOOLINFOA

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

Derived Implementations

impl Debug for TTTOOLINFOA
[src]

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

Formats the value using the given formatter.