#[repr(C)]
pub struct JET_DBINFOMISC {
Show 21 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,
}
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: 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.