#[repr(C)]
pub struct DBCONSTRAINTDESC {
Show 14 fields pub pConstraintID: *mut DBID, pub ConstraintType: u32, pub cColumns: usize, pub rgColumnList: *mut DBID, pub pReferencedTableID: *mut DBID, pub cForeignKeyColumns: usize, pub rgForeignKeyColumnList: *mut DBID, pub pwszConstraintText: PWSTR, pub UpdateRule: u32, pub DeleteRule: u32, pub MatchType: u32, pub Deferrability: u32, pub cReserved: usize, pub rgReserved: *mut DBPROPSET,
}
Expand description

Required features: "Win32_System_Search", "Win32_Foundation", "Win32_Storage_IndexServer", "Win32_System_Com", "Win32_System_Ole"

Fields

pConstraintID: *mut DBIDConstraintType: u32cColumns: usizergColumnList: *mut DBIDpReferencedTableID: *mut DBIDcForeignKeyColumns: usizergForeignKeyColumnList: *mut DBIDpwszConstraintText: PWSTRUpdateRule: u32DeleteRule: u32MatchType: u32Deferrability: u32cReserved: usizergReserved: *mut DBPROPSET

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.