#[repr(C)]
pub struct JET_INDEXLIST {
Show 19 fields pub cbStruct: u32, pub tableid: JET_TABLEID, pub cRecord: u32, pub columnidindexname: u32, pub columnidgrbitIndex: u32, pub columnidcKey: u32, pub columnidcEntry: u32, pub columnidcPage: u32, pub columnidcColumn: u32, pub columnidiColumn: u32, pub columnidcolumnid: u32, pub columnidcoltyp: u32, pub columnidCountry: u32, pub columnidLangid: u32, pub columnidCp: u32, pub columnidCollate: u32, pub columnidgrbitColumn: u32, pub columnidcolumnname: u32, pub columnidLCMapFlags: u32,
}
Expand description

Required features: "Win32_Storage_Jet", "Win32_Storage_StructuredStorage"

Fields§

§cbStruct: u32§tableid: JET_TABLEID§cRecord: u32§columnidindexname: u32§columnidgrbitIndex: u32§columnidcKey: u32§columnidcEntry: u32§columnidcPage: u32§columnidcColumn: u32§columnidiColumn: u32§columnidcolumnid: u32§columnidcoltyp: u32§columnidCountry: u32§columnidLangid: u32§columnidCp: u32§columnidCollate: u32§columnidgrbitColumn: u32§columnidcolumnname: u32§columnidLCMapFlags: 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.