Struct IFileSaveDialog_Vtbl
#[repr(C)]pub struct IFileSaveDialog_Vtbl {
    pub base__: IFileDialog_Vtbl,
    pub SetSaveAsItem: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
    pub SetProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
    pub SetCollectedProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL) -> HRESULT,
    pub GetProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
    pub ApplyProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: HWND, _: *mut c_void) -> HRESULT,
}Fields§
§base__: IFileDialog_Vtbl§SetSaveAsItem: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§SetProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§SetCollectedProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL) -> HRESULT§GetProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§ApplyProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: HWND, _: *mut c_void) -> HRESULTImplementations§
§impl IFileSaveDialog_Vtbl
 
impl IFileSaveDialog_Vtbl
pub const fn new<Identity: IFileSaveDialog_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFileSaveDialog_Vtbl
impl RefUnwindSafe for IFileSaveDialog_Vtbl
impl Send for IFileSaveDialog_Vtbl
impl Sync for IFileSaveDialog_Vtbl
impl Unpin for IFileSaveDialog_Vtbl
impl UnwindSafe for IFileSaveDialog_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