Struct winapi::commctrl::TTGETTITLE
[−]
[src]
pub struct TTGETTITLE { pub dwSize: DWORD, pub uTitleBitmap: UINT, pub cch: UINT, pub pszTitle: *mut WCHAR, }
Fields
dwSize | |
uTitleBitmap | |
cch | |
pszTitle |
Trait Implementations
impl Copy for TTGETTITLE
[src]
impl Clone for TTGETTITLE
[src]
fn clone(&self) -> TTGETTITLE
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