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
hDC
lpString
nCount
lpRect
uFormat

Trait Implementations

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

Derived Implementations

impl Debug for NMCUSTOMTEXT
[src]

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

Formats the value using the given formatter.