Struct IXMLDOMSelection_Vtbl
#[repr(C)]pub struct IXMLDOMSelection_Vtbl {
pub base__: IXMLDOMNodeList_Vtbl,
pub expr: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Setexpr: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub context: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub putref_context: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub peekNode: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub matches: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub removeNext: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub removeAll: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub clone: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub getProperty: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub setProperty: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT) -> HRESULT,
}
Fields§
§base__: IXMLDOMNodeList_Vtbl
§expr: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Setexpr: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§context: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§putref_context: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§peekNode: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§matches: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§removeNext: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§removeAll: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§clone: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§getProperty: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut VARIANT) -> HRESULT
§setProperty: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT) -> HRESULT
Implementations§
§impl IXMLDOMSelection_Vtbl
impl IXMLDOMSelection_Vtbl
pub const fn new<Identity: IXMLDOMSelection_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IXMLDOMSelection_Vtbl
impl RefUnwindSafe for IXMLDOMSelection_Vtbl
impl Send for IXMLDOMSelection_Vtbl
impl Sync for IXMLDOMSelection_Vtbl
impl Unpin for IXMLDOMSelection_Vtbl
impl UnwindSafe for IXMLDOMSelection_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