Struct IWorkspaceRegistration2_Vtbl
#[repr(C)]pub struct IWorkspaceRegistration2_Vtbl {
pub base__: IWorkspaceRegistration_Vtbl,
pub AddResourceEx: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut u32, _: GUID) -> HRESULT,
pub RemoveResourceEx: unsafe extern "system" fn(_: *mut c_void, _: u32, _: GUID) -> HRESULT,
}
Fields§
§base__: IWorkspaceRegistration_Vtbl
§AddResourceEx: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut u32, _: GUID) -> HRESULT
§RemoveResourceEx: unsafe extern "system" fn(_: *mut c_void, _: u32, _: GUID) -> HRESULT
Implementations§
§impl IWorkspaceRegistration2_Vtbl
impl IWorkspaceRegistration2_Vtbl
pub const fn new<Identity: IWorkspaceRegistration2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWorkspaceRegistration2_Vtbl
impl RefUnwindSafe for IWorkspaceRegistration2_Vtbl
impl Send for IWorkspaceRegistration2_Vtbl
impl Sync for IWorkspaceRegistration2_Vtbl
impl Unpin for IWorkspaceRegistration2_Vtbl
impl UnwindSafe for IWorkspaceRegistration2_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