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