#[repr(C)]pub struct ISAXContentHandler_Vtbl {
pub base__: IUnknown_Vtbl,
pub putDocumentLocator: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub startDocument: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub endDocument: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub startPrefixMapping: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32, _: PCWSTR, _: i32) -> HRESULT,
pub endPrefixMapping: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32) -> HRESULT,
pub startElement: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32, _: PCWSTR, _: i32, _: PCWSTR, _: i32, _: *mut c_void) -> HRESULT,
pub endElement: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32, _: PCWSTR, _: i32, _: PCWSTR, _: i32) -> HRESULT,
pub characters: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32) -> HRESULT,
pub ignorableWhitespace: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32) -> HRESULT,
pub processingInstruction: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32, _: PCWSTR, _: i32) -> HRESULT,
pub skippedEntity: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§putDocumentLocator: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§startDocument: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§endDocument: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§startPrefixMapping: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32, _: PCWSTR, _: i32) -> HRESULT
§endPrefixMapping: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32) -> HRESULT
§startElement: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32, _: PCWSTR, _: i32, _: PCWSTR, _: i32, _: *mut c_void) -> HRESULT
§endElement: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32, _: PCWSTR, _: i32, _: PCWSTR, _: i32) -> HRESULT
§characters: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32) -> HRESULT
§ignorableWhitespace: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32) -> HRESULT
§processingInstruction: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32, _: PCWSTR, _: i32) -> HRESULT
§skippedEntity: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32) -> HRESULT
Implementations§
§impl ISAXContentHandler_Vtbl
impl ISAXContentHandler_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISAXContentHandler_Vtblwhere
Identity: ISAXContentHandler_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISAXContentHandler_Vtbl
impl RefUnwindSafe for ISAXContentHandler_Vtbl
impl Send for ISAXContentHandler_Vtbl
impl Sync for ISAXContentHandler_Vtbl
impl Unpin for ISAXContentHandler_Vtbl
impl UnwindSafe for ISAXContentHandler_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