#[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) -> HRESULT

Implementations§

§

impl IXmlWriter_Vtbl

pub const fn new<Identity: IUnknownImpl<Impl = Impl>, Impl: IXmlWriter_Impl, const OFFSET: isize>( ) -> IXmlWriter_Vtbl

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.