#[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,
}

Fields§

§ulVersion: u32§ulUpdate: u32§signDb: JET_SIGNATURE§dbstate: u32§lgposConsistent: JET_LGPOS§logtimeConsistent: JET_LOGTIME§logtimeAttach: JET_LOGTIME§lgposAttach: JET_LGPOS§logtimeDetach: JET_LOGTIME§lgposDetach: JET_LGPOS§signLog: JET_SIGNATURE§bkinfoFullPrev: JET_BKINFO§bkinfoIncPrev: JET_BKINFO§bkinfoFullCur: JET_BKINFO§fShadowingDisabled: u32§fUpgradeDb: u32§dwMajorVersion: u32§dwMinorVersion: u32§dwBuildNumber: u32§lSPNumber: i32§cbPageSize: u32§genMinRequired: u32§genMaxRequired: u32§logtimeGenMaxCreate: JET_LOGTIME§ulRepairCount: u32§logtimeRepair: JET_LOGTIME§ulRepairCountOld: u32§ulECCFixSuccess: u32§logtimeECCFixSuccess: JET_LOGTIME§ulECCFixSuccessOld: u32§ulECCFixFail: u32§logtimeECCFixFail: JET_LOGTIME§ulECCFixFailOld: u32§ulBadChecksum: u32§logtimeBadChecksum: JET_LOGTIME§ulBadChecksumOld: u32§genCommitted: u32

Trait Implementations§

§

impl Clone for JET_DBINFOMISC3

§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Default for JET_DBINFOMISC3

§

fn default() -> Self

Returns the “default value” for a type. Read more
§

impl Copy for JET_DBINFOMISC3

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.