Struct windows_sys::Win32::Storage::IndexServer::CI_STATE
[−]#[repr(C)]pub struct CI_STATE {Show 15 fields
pub cbStruct: u32,
pub cWordList: u32,
pub cPersistentIndex: u32,
pub cQueries: u32,
pub cDocuments: u32,
pub cFreshTest: u32,
pub dwMergeProgress: u32,
pub eState: u32,
pub cFilteredDocuments: u32,
pub cTotalDocuments: u32,
pub cPendingScans: u32,
pub dwIndexSize: u32,
pub cUniqueKeys: u32,
pub cSecQDocuments: u32,
pub dwPropCacheSize: u32,
}
Expand description
Required features: "Win32_Storage_IndexServer"
Fields
cbStruct: u32
cWordList: u32
cPersistentIndex: u32
cQueries: u32
cDocuments: u32
cFreshTest: u32
dwMergeProgress: u32
eState: u32
cFilteredDocuments: u32
cTotalDocuments: u32
cPendingScans: u32
dwIndexSize: u32
cUniqueKeys: u32
cSecQDocuments: u32
dwPropCacheSize: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CI_STATE
impl Send for CI_STATE
impl Sync for CI_STATE
impl Unpin for CI_STATE
impl UnwindSafe for CI_STATE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more