Struct IXmlWriter_Vtbl
#[repr(C)]pub struct IXmlWriter_Vtbl {Show 30 fields
pub base__: IUnknown_Vtbl,
pub SetOutput: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetProperty: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut isize) -> HRESULT,
pub SetProperty: unsafe extern "system" fn(_: *mut c_void, _: u32, _: isize) -> HRESULT,
pub WriteAttributes: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL) -> HRESULT,
pub WriteAttributeString: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR) -> HRESULT,
pub WriteCData: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub WriteCharEntity: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT,
pub WriteChars: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT,
pub WriteComment: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub WriteDocType: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR) -> HRESULT,
pub WriteElementString: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR) -> HRESULT,
pub WriteEndDocument: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub WriteEndElement: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub WriteEntityRef: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub WriteFullEndElement: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub WriteName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub WriteNmToken: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub WriteNode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL) -> HRESULT,
pub WriteNodeShallow: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL) -> HRESULT,
pub WriteProcessingInstruction: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT,
pub WriteQualifiedName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT,
pub WriteRaw: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub WriteRawChars: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT,
pub WriteStartDocument: unsafe extern "system" fn(_: *mut c_void, _: XmlStandalone) -> HRESULT,
pub WriteStartElement: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR) -> HRESULT,
pub WriteString: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub WriteSurrogateCharEntity: unsafe extern "system" fn(_: *mut c_void, _: u16, _: u16) -> HRESULT,
pub WriteWhitespace: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub Flush: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§SetOutput: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§GetProperty: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut isize) -> HRESULT§SetProperty: unsafe extern "system" fn(_: *mut c_void, _: u32, _: isize) -> HRESULT§WriteAttributes: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL) -> HRESULT§WriteAttributeString: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR) -> HRESULT§WriteCData: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§WriteCharEntity: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT§WriteChars: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT§WriteComment: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§WriteDocType: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR) -> HRESULT§WriteElementString: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR) -> HRESULT§WriteEndDocument: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§WriteEndElement: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§WriteEntityRef: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§WriteFullEndElement: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§WriteName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§WriteNmToken: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§WriteNode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL) -> HRESULT§WriteNodeShallow: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL) -> HRESULT§WriteProcessingInstruction: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT§WriteQualifiedName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT§WriteRaw: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§WriteRawChars: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT§WriteStartDocument: unsafe extern "system" fn(_: *mut c_void, _: XmlStandalone) -> HRESULT§WriteStartElement: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR) -> HRESULT§WriteString: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§WriteSurrogateCharEntity: unsafe extern "system" fn(_: *mut c_void, _: u16, _: u16) -> HRESULT§WriteWhitespace: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§Flush: unsafe extern "system" fn(_: *mut c_void) -> HRESULTImplementations§
§impl IXmlWriter_Vtbl
impl IXmlWriter_Vtbl
pub const fn new<Identity: IXmlWriter_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IXmlWriter_Vtbl
impl RefUnwindSafe for IXmlWriter_Vtbl
impl Send for IXmlWriter_Vtbl
impl Sync for IXmlWriter_Vtbl
impl Unpin for IXmlWriter_Vtbl
impl UnwindSafe for IXmlWriter_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