Struct windows::Win32::Data::HtmlHelp::IWordBreakerConfig_Vtbl
#[repr(C)]pub struct IWordBreakerConfig_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetLocaleInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT,
pub GetLocaleInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT,
pub SetBreakWordType: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub GetBreakWordType: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetControlInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT,
pub GetControlInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT,
pub LoadExternalBreakerData: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT,
pub SetWordStemmer: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut c_void) -> HRESULT,
pub GetWordStemmer: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetLocaleInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT
§GetLocaleInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT
§SetBreakWordType: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§GetBreakWordType: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetControlInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT
§GetControlInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT
§LoadExternalBreakerData: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT
§SetWordStemmer: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut c_void) -> HRESULT
§GetWordStemmer: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IWordBreakerConfig_Vtbl
impl IWordBreakerConfig_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWordBreakerConfig_Vtblwhere
Identity: IWordBreakerConfig_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWordBreakerConfig_Vtbl
impl RefUnwindSafe for IWordBreakerConfig_Vtbl
impl Send for IWordBreakerConfig_Vtbl
impl Sync for IWordBreakerConfig_Vtbl
impl Unpin for IWordBreakerConfig_Vtbl
impl UnwindSafe for IWordBreakerConfig_Vtbl
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