Struct windows_sys::ApplicationModel::Search::Core::SearchSuggestionKind
[−]#[repr(transparent)]pub struct SearchSuggestionKind(pub i32);
Expand description
Required features: "ApplicationModel_Search_Core"
Tuple Fields
0: i32
Implementations
impl SearchSuggestionKind
impl SearchSuggestionKind
Trait Implementations
impl Clone for SearchSuggestionKind
impl Clone for SearchSuggestionKind
impl Copy for SearchSuggestionKind
Auto Trait Implementations
impl RefUnwindSafe for SearchSuggestionKind
impl Send for SearchSuggestionKind
impl Sync for SearchSuggestionKind
impl Unpin for SearchSuggestionKind
impl UnwindSafe for SearchSuggestionKind
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