#[repr(C)]
pub struct JET_INDEXCREATE3_W {
Show 13 fields pub cbStruct: u32, pub szIndexName: PWSTR, pub szKey: PWSTR, pub cbKey: u32, pub grbit: u32, pub ulDensity: u32, pub pidxunicode: *mut JET_UNICODEINDEX2, pub Anonymous: JET_INDEXCREATE3_W_0, pub rgconditionalcolumn: *mut JET_CONDITIONALCOLUMN_W, pub cConditionalColumn: u32, pub err: i32, pub cbKeyMost: u32, pub pSpacehints: *mut JET_SPACEHINTS,
}
Expand description

Required features: "Win32_Storage_Jet"

Fields

cbStruct: u32szIndexName: PWSTRszKey: PWSTRcbKey: u32grbit: u32ulDensity: u32pidxunicode: *mut JET_UNICODEINDEX2Anonymous: JET_INDEXCREATE3_W_0rgconditionalcolumn: *mut JET_CONDITIONALCOLUMN_WcConditionalColumn: u32err: i32cbKeyMost: u32pSpacehints: *mut JET_SPACEHINTS

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.