Struct windows::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,
}
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§
impl Copy for CI_STATE
impl Eq for CI_STATE
impl StructuralPartialEq for CI_STATE
Auto Trait Implementations§
impl Freeze for CI_STATE
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)