Struct winapi::commctrl::TTGETTITLE [] [src]

pub struct TTGETTITLE {
    pub dwSize: DWORD,
    pub uTitleBitmap: UINT,
    pub cch: UINT,
    pub pszTitle: *mut WCHAR,
}

Fields

dwSize: DWORD uTitleBitmap: UINT cch: UINT pszTitle: *mut WCHAR

Trait Implementations

impl Debug for TTGETTITLE
[src]

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

Formats the value using the given formatter.

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