#[repr(C)]pub struct _TXFS_QUERY_RM_INFORMATION {Show 26 fields
pub BytesRequired: DWORD,
pub TailLsn: DWORDLONG,
pub CurrentLsn: DWORDLONG,
pub ArchiveTailLsn: DWORDLONG,
pub LogContainerSize: DWORDLONG,
pub HighestVirtualClock: LARGE_INTEGER,
pub LogContainerCount: DWORD,
pub LogContainerCountMax: DWORD,
pub LogContainerCountMin: DWORD,
pub LogGrowthIncrement: DWORD,
pub LogAutoShrinkPercentage: DWORD,
pub Flags: DWORD,
pub LoggingMode: WORD,
pub Reserved: WORD,
pub RmState: DWORD,
pub LogCapacity: DWORDLONG,
pub LogFree: DWORDLONG,
pub TopsSize: DWORDLONG,
pub TopsUsed: DWORDLONG,
pub TransactionCount: DWORDLONG,
pub OnePCCount: DWORDLONG,
pub TwoPCCount: DWORDLONG,
pub NumberLogFileFull: DWORDLONG,
pub OldestTransactionAge: DWORDLONG,
pub RMName: GUID,
pub TmLogPathOffset: DWORD,
}
Fields§
§BytesRequired: DWORD
§TailLsn: DWORDLONG
§CurrentLsn: DWORDLONG
§ArchiveTailLsn: DWORDLONG
§LogContainerSize: DWORDLONG
§HighestVirtualClock: LARGE_INTEGER
§LogContainerCount: DWORD
§LogContainerCountMax: DWORD
§LogContainerCountMin: DWORD
§LogGrowthIncrement: DWORD
§LogAutoShrinkPercentage: DWORD
§Flags: DWORD
§LoggingMode: WORD
§Reserved: WORD
§RmState: DWORD
§LogCapacity: DWORDLONG
§LogFree: DWORDLONG
§TopsSize: DWORDLONG
§TopsUsed: DWORDLONG
§TransactionCount: DWORDLONG
§OnePCCount: DWORDLONG
§TwoPCCount: DWORDLONG
§NumberLogFileFull: DWORDLONG
§OldestTransactionAge: DWORDLONG
§RMName: GUID
§TmLogPathOffset: DWORD
Trait Implementations§
Source§impl Clone for _TXFS_QUERY_RM_INFORMATION
impl Clone for _TXFS_QUERY_RM_INFORMATION
Source§fn clone(&self) -> _TXFS_QUERY_RM_INFORMATION
fn clone(&self) -> _TXFS_QUERY_RM_INFORMATION
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for _TXFS_QUERY_RM_INFORMATION
Auto Trait Implementations§
impl Freeze for _TXFS_QUERY_RM_INFORMATION
impl RefUnwindSafe for _TXFS_QUERY_RM_INFORMATION
impl Send for _TXFS_QUERY_RM_INFORMATION
impl Sync for _TXFS_QUERY_RM_INFORMATION
impl Unpin for _TXFS_QUERY_RM_INFORMATION
impl UnwindSafe for _TXFS_QUERY_RM_INFORMATION
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more