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