windows::Win32::Data::Xml::MsXml

Struct IXMLDOMNode_Vtbl

#[repr(C)]
pub struct IXMLDOMNode_Vtbl {
Show 37 fields pub base__: IDispatch_Vtbl, pub nodeName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub nodeValue: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT, pub SetnodeValue: unsafe extern "system" fn(_: *mut c_void, _: VARIANT) -> HRESULT, pub nodeType: unsafe extern "system" fn(_: *mut c_void, _: *mut DOMNodeType) -> HRESULT, pub parentNode: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub childNodes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub firstChild: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub lastChild: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub previousSibling: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub nextSibling: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub attributes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub insertBefore: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT, _: *mut *mut c_void) -> HRESULT, pub replaceChild: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub removeChild: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub appendChild: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub hasChildNodes: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT, pub ownerDocument: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub cloneNode: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL, _: *mut *mut c_void) -> HRESULT, pub nodeTypeString: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub text: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub Settext: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub specified: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT, pub definition: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub nodeTypedValue: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT, pub SetnodeTypedValue: unsafe extern "system" fn(_: *mut c_void, _: VARIANT) -> HRESULT, pub dataType: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT, pub SetdataType: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub xml: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub transformNode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub selectNodes: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub selectSingleNode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub parsed: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT, pub namespaceURI: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub prefix: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub baseName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub transformNodeToObject: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT) -> HRESULT,
}

Fields§

§base__: IDispatch_Vtbl§nodeName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§nodeValue: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT§SetnodeValue: unsafe extern "system" fn(_: *mut c_void, _: VARIANT) -> HRESULT§nodeType: unsafe extern "system" fn(_: *mut c_void, _: *mut DOMNodeType) -> HRESULT§parentNode: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§childNodes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§firstChild: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§lastChild: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§previousSibling: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§nextSibling: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§attributes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§insertBefore: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT, _: *mut *mut c_void) -> HRESULT§replaceChild: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§removeChild: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§appendChild: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§hasChildNodes: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§ownerDocument: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§cloneNode: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL, _: *mut *mut c_void) -> HRESULT§nodeTypeString: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§text: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Settext: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§specified: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§definition: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§nodeTypedValue: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT§SetnodeTypedValue: unsafe extern "system" fn(_: *mut c_void, _: VARIANT) -> HRESULT§dataType: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT§SetdataType: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§xml: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§transformNode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§selectNodes: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§selectSingleNode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§parsed: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§namespaceURI: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§prefix: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§baseName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§transformNodeToObject: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT) -> HRESULT

Implementations§

§

impl IXMLDOMNode_Vtbl

pub const fn new<Identity: IXMLDOMNode_Impl, const OFFSET: isize>() -> Self

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>,

Source§

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>,

Source§

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.