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