#[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: u32§szTableName: PWSTR§szTemplateTableName: PWSTR§ulPages: u32§ulDensity: u32§rgcolumncreate: *mut JET_COLUMNCREATE_W§cColumns: u32§rgindexcreate: *mut JET_INDEXCREATE_W§cIndexes: u32§szCallback: PWSTR§cbtyp: u32§grbit: u32§tableid: JET_TABLEID§cCreated: 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.