Struct windows_sys::Storage::Search::IndexerOption
[−]#[repr(transparent)]pub struct IndexerOption(pub i32);
Expand description
Required features: "Storage_Search"
Tuple Fields
0: i32
Implementations
impl IndexerOption
impl IndexerOption
pub const UseIndexerWhenAvailable: Self = Self(0i32)
pub const OnlyUseIndexer: Self = Self(1i32)
pub const DoNotUseIndexer: Self = Self(2i32)
pub const OnlyUseIndexerAndOptimizeForIndexedProperties: Self = Self(3i32)
Trait Implementations
impl Clone for IndexerOption
impl Clone for IndexerOption
impl Copy for IndexerOption
Auto Trait Implementations
impl RefUnwindSafe for IndexerOption
impl Send for IndexerOption
impl Sync for IndexerOption
impl Unpin for IndexerOption
impl UnwindSafe for IndexerOption
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