Struct ICommDlgBrowser3_Vtbl
#[repr(C)]pub struct ICommDlgBrowser3_Vtbl {
    pub base__: ICommDlgBrowser2_Vtbl,
    pub OnColumnClicked: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32) -> HRESULT,
    pub GetCurrentFilter: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: i32) -> HRESULT,
    pub OnPreViewCreated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}Fields§
§base__: ICommDlgBrowser2_Vtbl§OnColumnClicked: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32) -> HRESULT§GetCurrentFilter: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: i32) -> HRESULT§OnPreViewCreated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULTImplementations§
§impl ICommDlgBrowser3_Vtbl
 
impl ICommDlgBrowser3_Vtbl
pub const fn new<Identity: ICommDlgBrowser3_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICommDlgBrowser3_Vtbl
impl RefUnwindSafe for ICommDlgBrowser3_Vtbl
impl Send for ICommDlgBrowser3_Vtbl
impl Sync for ICommDlgBrowser3_Vtbl
impl Unpin for ICommDlgBrowser3_Vtbl
impl UnwindSafe for ICommDlgBrowser3_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