Struct IObjectWithProgID_Vtbl
#[repr(C)]pub struct IObjectWithProgID_Vtbl {
    pub base__: IUnknown_Vtbl,
    pub SetProgID: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
    pub GetProgID: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§SetProgID: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§GetProgID: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULTImplementations§
§impl IObjectWithProgID_Vtbl
 
impl IObjectWithProgID_Vtbl
pub const fn new<Identity: IObjectWithProgID_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IObjectWithProgID_Vtbl
impl RefUnwindSafe for IObjectWithProgID_Vtbl
impl Send for IObjectWithProgID_Vtbl
impl Sync for IObjectWithProgID_Vtbl
impl Unpin for IObjectWithProgID_Vtbl
impl UnwindSafe for IObjectWithProgID_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