#[repr(C)]
pub struct JET_TABLECREATE3_A {
Show 17 fields pub cbStruct: u32, pub szTableName: PSTR, pub szTemplateTableName: PSTR, pub ulPages: u32, pub ulDensity: u32, pub rgcolumncreate: *mut JET_COLUMNCREATE_A, pub cColumns: u32, pub rgindexcreate: *mut JET_INDEXCREATE2_A, pub cIndexes: u32, pub szCallback: PSTR, pub cbtyp: u32, pub grbit: u32, pub pSeqSpacehints: *mut JET_SPACEHINTS, pub pLVSpacehints: *mut JET_SPACEHINTS, pub cbSeparateLV: u32, pub tableid: JET_TABLEID, pub cCreated: u32,
}
Expand description

Required features: "Win32_Storage_Jet", "Win32_Storage_StructuredStorage"

Fields

cbStruct: u32szTableName: PSTRszTemplateTableName: PSTRulPages: u32ulDensity: u32rgcolumncreate: *mut JET_COLUMNCREATE_AcColumns: u32rgindexcreate: *mut JET_INDEXCREATE2_AcIndexes: u32szCallback: PSTRcbtyp: u32grbit: u32pSeqSpacehints: *mut JET_SPACEHINTSpLVSpacehints: *mut JET_SPACEHINTScbSeparateLV: u32tableid: JET_TABLEIDcCreated: 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.