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 | |
fLink |
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