#[repr(C)]pub struct IXMLDOMDocumentFragment_Vtbl {
pub base__: IXMLDOMNode_Vtbl,
}
Fields§
§base__: IXMLDOMNode_Vtbl
Implementations§
§impl IXMLDOMDocumentFragment_Vtbl
impl IXMLDOMDocumentFragment_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IXMLDOMDocumentFragment_Vtblwhere
Identity: IXMLDOMDocumentFragment_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IXMLDOMDocumentFragment_Vtbl
impl RefUnwindSafe for IXMLDOMDocumentFragment_Vtbl
impl Send for IXMLDOMDocumentFragment_Vtbl
impl Sync for IXMLDOMDocumentFragment_Vtbl
impl Unpin for IXMLDOMDocumentFragment_Vtbl
impl UnwindSafe for IXMLDOMDocumentFragment_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