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: UINT uFlags: UINT hwnd: HWND uId: UINT_PTR rect: RECT hinst: HINSTANCE lpszText: LPSTR lParam: LPARAM lpReserved: *mut c_void

Trait Implementations

impl Debug for TTTOOLINFOA
[src]

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

Formats the value using the given formatter.

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