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