Struct winapi::commctrl::NMCUSTOMTEXT [] [src]

pub struct NMCUSTOMTEXT {
    pub hdr: NMHDR,
    pub hDC: HDC,
    pub lpString: LPCWSTR,
    pub nCount: c_int,
    pub lpRect: LPRECT,
    pub uFormat: UINT,
    pub fLink: BOOL,
}

Fields

hdr: NMHDR hDC: HDC lpString: LPCWSTR nCount: c_int lpRect: LPRECT uFormat: UINT fLink: BOOL

Trait Implementations

impl Debug for NMCUSTOMTEXT
[src]

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

Formats the value using the given formatter.

impl Copy for NMCUSTOMTEXT
[src]

impl Clone for NMCUSTOMTEXT
[src]

fn clone(&self) -> NMCUSTOMTEXT

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