Struct winapi::commctrl::TTTOOLINFOW
[−]
[src]
pub struct TTTOOLINFOW { 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 TTTOOLINFOW
[src]
impl Clone for TTTOOLINFOW
[src]
fn clone(&self) -> TTTOOLINFOW
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