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