Struct IMXNamespaceManager_Vtbl
#[repr(C)]pub struct IMXNamespaceManager_Vtbl {
pub base__: IUnknown_Vtbl,
pub putAllowOverride: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub getAllowOverride: 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, _: PCWSTR, _: PCWSTR) -> HRESULT,
pub getDeclaredPrefix: unsafe extern "system" fn(_: *mut c_void, _: i32, _: PWSTR, _: *mut i32) -> HRESULT,
pub getPrefix: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32, _: PWSTR, _: *mut i32) -> HRESULT,
pub getURI: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut c_void, _: PWSTR, _: *mut i32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§putAllowOverride: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
§getAllowOverride: 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, _: PCWSTR, _: PCWSTR) -> HRESULT
§getDeclaredPrefix: unsafe extern "system" fn(_: *mut c_void, _: i32, _: PWSTR, _: *mut i32) -> HRESULT
§getPrefix: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32, _: PWSTR, _: *mut i32) -> HRESULT
§getURI: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut c_void, _: PWSTR, _: *mut i32) -> HRESULT
Implementations§
§impl IMXNamespaceManager_Vtbl
impl IMXNamespaceManager_Vtbl
pub const fn new<Identity: IMXNamespaceManager_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMXNamespaceManager_Vtbl
impl RefUnwindSafe for IMXNamespaceManager_Vtbl
impl Send for IMXNamespaceManager_Vtbl
impl Sync for IMXNamespaceManager_Vtbl
impl Unpin for IMXNamespaceManager_Vtbl
impl UnwindSafe for IMXNamespaceManager_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