Struct IFileDialogEvents_Vtbl
#[repr(C)]pub struct IFileDialogEvents_Vtbl {
pub base__: IUnknown_Vtbl,
pub OnFileOk: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnFolderChanging: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnFolderChange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnSelectionChange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnShareViolation: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut FDE_SHAREVIOLATION_RESPONSE) -> HRESULT,
pub OnTypeChange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnOverwrite: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut FDE_OVERWRITE_RESPONSE) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§OnFileOk: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§OnFolderChanging: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§OnFolderChange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§OnSelectionChange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§OnTypeChange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§OnOverwrite: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut FDE_OVERWRITE_RESPONSE) -> HRESULT
Implementations§
§impl IFileDialogEvents_Vtbl
impl IFileDialogEvents_Vtbl
pub const fn new<Identity: IFileDialogEvents_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFileDialogEvents_Vtbl
impl RefUnwindSafe for IFileDialogEvents_Vtbl
impl Send for IFileDialogEvents_Vtbl
impl Sync for IFileDialogEvents_Vtbl
impl Unpin for IFileDialogEvents_Vtbl
impl UnwindSafe for IFileDialogEvents_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