#[repr(C)]pub struct IFileDialog2Vtbl {
pub parent: IFileDialogVtbl,
pub SetCancelButtonLabel: unsafe extern "system" fn(This: *mut IFileDialog2, pszLabel: LPCWSTR) -> HRESULT,
pub SetNavigationRoot: unsafe extern "system" fn(This: *mut IFileDialog2, psi: IShellItem) -> HRESULT,
}Fields§
§parent: IFileDialogVtbl§SetCancelButtonLabel: unsafe extern "system" fn(This: *mut IFileDialog2, pszLabel: LPCWSTR) -> HRESULTAuto Trait Implementations§
impl Freeze for IFileDialog2Vtbl
impl RefUnwindSafe for IFileDialog2Vtbl
impl Send for IFileDialog2Vtbl
impl Sync for IFileDialog2Vtbl
impl Unpin for IFileDialog2Vtbl
impl UnwindSafe for IFileDialog2Vtbl
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