Struct ISAXLexicalHandler_Vtbl
#[repr(C)]pub struct ISAXLexicalHandler_Vtbl {
pub base__: IUnknown_Vtbl,
pub startDTD: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32, _: PCWSTR, _: i32, _: PCWSTR, _: i32) -> HRESULT,
pub endDTD: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub startEntity: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32) -> HRESULT,
pub endEntity: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32) -> HRESULT,
pub startCDATA: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub endCDATA: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub comment: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§startDTD: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32, _: PCWSTR, _: i32, _: PCWSTR, _: i32) -> HRESULT
§endDTD: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§startEntity: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32) -> HRESULT
§endEntity: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32) -> HRESULT
§startCDATA: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§endCDATA: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§comment: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32) -> HRESULT
Implementations§
§impl ISAXLexicalHandler_Vtbl
impl ISAXLexicalHandler_Vtbl
pub const fn new<Identity: ISAXLexicalHandler_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISAXLexicalHandler_Vtbl
impl RefUnwindSafe for ISAXLexicalHandler_Vtbl
impl Send for ISAXLexicalHandler_Vtbl
impl Sync for ISAXLexicalHandler_Vtbl
impl Unpin for ISAXLexicalHandler_Vtbl
impl UnwindSafe for ISAXLexicalHandler_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