Struct IVBMXNamespaceManager_Vtbl
#[repr(C)]pub struct IVBMXNamespaceManager_Vtbl {
pub base__: IDispatch_Vtbl,
pub SetallowOverride: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub allowOverride: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub reset: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub pushContext: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub pushNodeContext: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub popContext: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub declarePrefix: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub getDeclaredPrefixes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub getPrefixes: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub getURI: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub getURIFromNode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut VARIANT) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§SetallowOverride: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
§allowOverride: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§reset: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§pushContext: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§pushNodeContext: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT_BOOL) -> HRESULT
§popContext: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§declarePrefix: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§getDeclaredPrefixes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§getPrefixes: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§getURI: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut VARIANT) -> HRESULT
§getURIFromNode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut VARIANT) -> HRESULT
Implementations§
§impl IVBMXNamespaceManager_Vtbl
impl IVBMXNamespaceManager_Vtbl
pub const fn new<Identity: IVBMXNamespaceManager_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVBMXNamespaceManager_Vtbl
impl RefUnwindSafe for IVBMXNamespaceManager_Vtbl
impl Send for IVBMXNamespaceManager_Vtbl
impl Sync for IVBMXNamespaceManager_Vtbl
impl Unpin for IVBMXNamespaceManager_Vtbl
impl UnwindSafe for IVBMXNamespaceManager_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