#[repr(C)]
pub struct RECO_LATTICE { pub ulColumnCount: u32, pub pLatticeColumns: *mut RECO_LATTICE_COLUMN, pub ulPropertyCount: u32, pub pGuidProperties: *mut GUID, pub ulBestResultColumnCount: u32, pub pulBestResultColumns: *mut u32, pub pulBestResultIndexes: *mut u32, }
Expand description

Required features: "Win32_UI_TabletPC"

Fields§

§ulColumnCount: u32§pLatticeColumns: *mut RECO_LATTICE_COLUMN§ulPropertyCount: u32§pGuidProperties: *mut GUID§ulBestResultColumnCount: u32§pulBestResultColumns: *mut u32§pulBestResultIndexes: *mut u32

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.