#[repr(C)]
pub struct JET_TABLECREATE2_W {
Show 14 fields pub cbStruct: u32, pub szTableName: PWSTR, pub szTemplateTableName: PWSTR, pub ulPages: u32, pub ulDensity: u32, pub rgcolumncreate: *mut JET_COLUMNCREATE_W, pub cColumns: u32, pub rgindexcreate: *mut JET_INDEXCREATE_W, pub cIndexes: u32, pub szCallback: PWSTR, pub cbtyp: u32, pub grbit: u32, pub tableid: JET_TABLEID, pub cCreated: u32,
}
Expand description

Required features: "Win32_Storage_Jet", "Win32_Storage_StructuredStorage"

Fields

cbStruct: u32szTableName: PWSTRszTemplateTableName: PWSTRulPages: u32ulDensity: u32rgcolumncreate: *mut JET_COLUMNCREATE_WcColumns: u32rgindexcreate: *mut JET_INDEXCREATE_WcIndexes: u32szCallback: PWSTRcbtyp: u32grbit: 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.