#[repr(C)]
pub struct JET_DBINFOMISC3 {
Show 37 fields pub ulVersion: u32, pub ulUpdate: u32, pub signDb: JET_SIGNATURE, pub dbstate: u32, pub lgposConsistent: JET_LGPOS, pub logtimeConsistent: JET_LOGTIME, pub logtimeAttach: JET_LOGTIME, pub lgposAttach: JET_LGPOS, pub logtimeDetach: JET_LOGTIME, pub lgposDetach: JET_LGPOS, pub signLog: JET_SIGNATURE, pub bkinfoFullPrev: JET_BKINFO, pub bkinfoIncPrev: JET_BKINFO, pub bkinfoFullCur: JET_BKINFO, pub fShadowingDisabled: u32, pub fUpgradeDb: u32, pub dwMajorVersion: u32, pub dwMinorVersion: u32, pub dwBuildNumber: u32, pub lSPNumber: i32, pub cbPageSize: u32, pub genMinRequired: u32, pub genMaxRequired: u32, pub logtimeGenMaxCreate: JET_LOGTIME, pub ulRepairCount: u32, pub logtimeRepair: JET_LOGTIME, pub ulRepairCountOld: u32, pub ulECCFixSuccess: u32, pub logtimeECCFixSuccess: JET_LOGTIME, pub ulECCFixSuccessOld: u32, pub ulECCFixFail: u32, pub logtimeECCFixFail: JET_LOGTIME, pub ulECCFixFailOld: u32, pub ulBadChecksum: u32, pub logtimeBadChecksum: JET_LOGTIME, pub ulBadChecksumOld: u32, pub genCommitted: u32,
}
Expand description

Required features: "Win32_Storage_Jet", "Win32_Foundation"

Fields

ulVersion: u32ulUpdate: u32signDb: JET_SIGNATUREdbstate: u32lgposConsistent: JET_LGPOSlogtimeConsistent: JET_LOGTIMElogtimeAttach: JET_LOGTIMElgposAttach: JET_LGPOSlogtimeDetach: JET_LOGTIMElgposDetach: JET_LGPOSsignLog: JET_SIGNATUREbkinfoFullPrev: JET_BKINFObkinfoIncPrev: JET_BKINFObkinfoFullCur: JET_BKINFOfShadowingDisabled: u32fUpgradeDb: u32dwMajorVersion: u32dwMinorVersion: u32dwBuildNumber: u32lSPNumber: i32cbPageSize: u32genMinRequired: u32genMaxRequired: u32logtimeGenMaxCreate: JET_LOGTIMEulRepairCount: u32logtimeRepair: JET_LOGTIMEulRepairCountOld: u32ulECCFixSuccess: u32logtimeECCFixSuccess: JET_LOGTIMEulECCFixSuccessOld: u32ulECCFixFail: u32logtimeECCFixFail: JET_LOGTIMEulECCFixFailOld: u32ulBadChecksum: u32logtimeBadChecksum: JET_LOGTIMEulBadChecksumOld: u32genCommitted: 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.