#[repr(C)]
pub struct TXFS_QUERY_RM_INFORMATION {
Show 26 fields pub BytesRequired: u32, pub TailLsn: u64, pub CurrentLsn: u64, pub ArchiveTailLsn: u64, pub LogContainerSize: u64, pub HighestVirtualClock: i64, pub LogContainerCount: u32, pub LogContainerCountMax: u32, pub LogContainerCountMin: u32, pub LogGrowthIncrement: u32, pub LogAutoShrinkPercentage: u32, pub Flags: TXFS_RMF_LAGS, pub LoggingMode: u16, pub Reserved: u16, pub RmState: u32, pub LogCapacity: u64, pub LogFree: u64, pub TopsSize: u64, pub TopsUsed: u64, pub TransactionCount: u64, pub OnePCCount: u64, pub TwoPCCount: u64, pub NumberLogFileFull: u64, pub OldestTransactionAge: u64, pub RMName: GUID, pub TmLogPathOffset: u32,
}
Expand description

Required features: "Win32_System_Ioctl"

Fields

BytesRequired: u32TailLsn: u64CurrentLsn: u64ArchiveTailLsn: u64LogContainerSize: u64HighestVirtualClock: i64LogContainerCount: u32LogContainerCountMax: u32LogContainerCountMin: u32LogGrowthIncrement: u32LogAutoShrinkPercentage: u32Flags: TXFS_RMF_LAGSLoggingMode: u16Reserved: u16RmState: u32LogCapacity: u64LogFree: u64TopsSize: u64TopsUsed: u64TransactionCount: u64OnePCCount: u64TwoPCCount: u64NumberLogFileFull: u64OldestTransactionAge: u64RMName: GUIDTmLogPathOffset: 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.