Struct IXMLElement2_Vtbl
#[repr(C)]pub struct IXMLElement2_Vtbl {Show 14 fields
pub base__: IDispatch_Vtbl,
pub tagName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SettagName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub parent: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub setAttribute: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT) -> HRESULT,
pub getAttribute: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub removeAttribute: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub children: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub type: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> 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 addChild: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32, _: i32) -> HRESULT,
pub removeChild: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub attributes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IDispatch_Vtbl§tagName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SettagName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§parent: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§setAttribute: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT) -> HRESULT§getAttribute: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut VARIANT) -> HRESULT§removeAttribute: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§children: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§type: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> 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§addChild: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32, _: i32) -> HRESULT§removeChild: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§attributes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTImplementations§
§impl IXMLElement2_Vtbl
impl IXMLElement2_Vtbl
pub const fn new<Identity: IXMLElement2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IXMLElement2_Vtbl
impl RefUnwindSafe for IXMLElement2_Vtbl
impl Send for IXMLElement2_Vtbl
impl Sync for IXMLElement2_Vtbl
impl Unpin for IXMLElement2_Vtbl
impl UnwindSafe for IXMLElement2_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