Struct windows::Win32::Devices::WebServicesOnDevices::IWSDXMLContext_Vtbl
#[repr(C)]pub struct IWSDXMLContext_Vtbl {
pub base__: IUnknown_Vtbl,
pub AddNamespace: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *mut *mut WSDXML_NAMESPACE) -> HRESULT,
pub AddNameToNamespace: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *mut *mut WSDXML_NAME) -> HRESULT,
pub SetNamespaces: unsafe extern "system" fn(_: *mut c_void, _: *const *const WSDXML_NAMESPACE, _: u16, _: u8) -> HRESULT,
pub SetTypes: unsafe extern "system" fn(_: *mut c_void, _: *const *const WSDXML_TYPE, _: u32, _: u8) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§AddNamespace: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *mut *mut WSDXML_NAMESPACE) -> HRESULT
§AddNameToNamespace: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *mut *mut WSDXML_NAME) -> HRESULT
§SetNamespaces: unsafe extern "system" fn(_: *mut c_void, _: *const *const WSDXML_NAMESPACE, _: u16, _: u8) -> HRESULT
§SetTypes: unsafe extern "system" fn(_: *mut c_void, _: *const *const WSDXML_TYPE, _: u32, _: u8) -> HRESULT
Implementations§
§impl IWSDXMLContext_Vtbl
impl IWSDXMLContext_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWSDXMLContext_Vtblwhere
Identity: IWSDXMLContext_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWSDXMLContext_Vtbl
impl RefUnwindSafe for IWSDXMLContext_Vtbl
impl Send for IWSDXMLContext_Vtbl
impl Sync for IWSDXMLContext_Vtbl
impl Unpin for IWSDXMLContext_Vtbl
impl UnwindSafe for IWSDXMLContext_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