#[repr(C)]
pub struct JET_COLUMNLIST {
Show 17 fields pub cbStruct: u32, pub tableid: JET_TABLEID, pub cRecord: u32, pub columnidPresentationOrder: u32, pub columnidcolumnname: u32, pub columnidcolumnid: u32, pub columnidcoltyp: u32, pub columnidCountry: u32, pub columnidLangid: u32, pub columnidCp: u32, pub columnidCollate: u32, pub columnidcbMax: u32, pub columnidgrbit: u32, pub columnidDefault: u32, pub columnidBaseTableName: u32, pub columnidBaseColumnName: u32, pub columnidDefinitionName: u32,
}
Expand description

Required features: "Win32_Storage_Jet", "Win32_Storage_StructuredStorage"

Fields

cbStruct: u32tableid: JET_TABLEIDcRecord: u32columnidPresentationOrder: u32columnidcolumnname: u32columnidcolumnid: u32columnidcoltyp: u32columnidCountry: u32columnidLangid: u32columnidCp: u32columnidCollate: u32columnidcbMax: u32columnidgrbit: u32columnidDefault: u32columnidBaseTableName: u32columnidBaseColumnName: u32columnidDefinitionName: 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.