Struct windows_sys::Win32::Data::HtmlHelp::HH_FTS_QUERY
[−]#[repr(C)]pub struct HH_FTS_QUERY {
pub cbStruct: i32,
pub fUniCodeStrings: BOOL,
pub pszSearchQuery: *mut i8,
pub iProximity: i32,
pub fStemmedSearch: BOOL,
pub fTitleOnly: BOOL,
pub fExecute: BOOL,
pub pszWindow: *mut i8,
}
Expand description
Required features: ‘Win32_Data_HtmlHelp’, ‘Win32_Foundation’
Fields
cbStruct: i32
fUniCodeStrings: BOOL
pszSearchQuery: *mut i8
iProximity: i32
fStemmedSearch: BOOL
fTitleOnly: BOOL
fExecute: BOOL
pszWindow: *mut i8
Trait Implementations
impl Clone for HH_FTS_QUERY
impl Clone for HH_FTS_QUERY
impl Copy for HH_FTS_QUERY
Auto Trait Implementations
impl RefUnwindSafe for HH_FTS_QUERY
impl !Send for HH_FTS_QUERY
impl !Sync for HH_FTS_QUERY
impl Unpin for HH_FTS_QUERY
impl UnwindSafe for HH_FTS_QUERY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more