#[repr(C)]
pub struct TVITEMEXA {
Show 15 fields pub mask: TVITEM_MASK, pub hItem: HTREEITEM, pub state: u32, pub stateMask: u32, pub pszText: PSTR, pub cchTextMax: i32, pub iImage: i32, pub iSelectedImage: i32, pub cChildren: TVITEMEXW_CHILDREN, pub lParam: LPARAM, pub iIntegral: i32, pub uStateEx: u32, pub hwnd: HWND, pub iExpandedImage: i32, pub iReserved: i32,
}
Expand description

Required features: "Win32_UI_Controls", "Win32_Foundation"

Fields

mask: TVITEM_MASKhItem: HTREEITEMstate: u32stateMask: u32pszText: PSTRcchTextMax: i32iImage: i32iSelectedImage: i32cChildren: TVITEMEXW_CHILDRENlParam: LPARAMiIntegral: i32uStateEx: u32hwnd: HWNDiExpandedImage: i32iReserved: i32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.