Struct windows::Data::Xml::Dom::IXmlDocumentType_Vtbl
#[repr(C)]pub struct IXmlDocumentType_Vtbl {
pub base__: IInspectable_Vtbl,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub Entities: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Notations: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§Entities: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Notations: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IXmlDocumentType_Vtbl
impl RefUnwindSafe for IXmlDocumentType_Vtbl
impl Send for IXmlDocumentType_Vtbl
impl Sync for IXmlDocumentType_Vtbl
impl Unpin for IXmlDocumentType_Vtbl
impl UnwindSafe for IXmlDocumentType_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