Struct IXMLDOMEntity_Vtbl
#[repr(C)]pub struct IXMLDOMEntity_Vtbl {
pub base__: IXMLDOMNode_Vtbl,
pub publicId: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub systemId: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub notationName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IXMLDOMNode_Vtbl
§publicId: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT
§systemId: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT
§notationName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IXMLDOMEntity_Vtbl
impl IXMLDOMEntity_Vtbl
pub const fn new<Identity: IXMLDOMEntity_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IXMLDOMEntity_Vtbl
impl RefUnwindSafe for IXMLDOMEntity_Vtbl
impl Send for IXMLDOMEntity_Vtbl
impl Sync for IXMLDOMEntity_Vtbl
impl Unpin for IXMLDOMEntity_Vtbl
impl UnwindSafe for IXMLDOMEntity_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