Struct winsafe::NMLVODSTATECHANGE[][src]

#[repr(C)]
pub struct NMLVODSTATECHANGE { pub hdr: NMHDR, pub iFrom: i32, pub iTo: i32, pub uNewState: LVIS, pub uOldState: LVIS, }
Expand description

Fields

hdr: NMHDRiFrom: i32iTo: i32uNewState: LVISuOldState: LVIS

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

Performs the conversion.

Performs the conversion.

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.