Struct ICommDlgBrowser_Vtbl
#[repr(C)]pub struct ICommDlgBrowser_Vtbl {
    pub base__: IUnknown_Vtbl,
    pub OnDefaultCommand: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
    pub OnStateChange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT,
    pub IncludeObject: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const ITEMIDLIST) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§OnDefaultCommand: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§OnStateChange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT§IncludeObject: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const ITEMIDLIST) -> HRESULTImplementations§
§impl ICommDlgBrowser_Vtbl
 
impl ICommDlgBrowser_Vtbl
pub const fn new<Identity: ICommDlgBrowser_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICommDlgBrowser_Vtbl
impl RefUnwindSafe for ICommDlgBrowser_Vtbl
impl Send for ICommDlgBrowser_Vtbl
impl Sync for ICommDlgBrowser_Vtbl
impl Unpin for ICommDlgBrowser_Vtbl
impl UnwindSafe for ICommDlgBrowser_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