Struct IAttachmentExecute_Vtbl
#[repr(C)]pub struct IAttachmentExecute_Vtbl {Show 13 fields
    pub base__: IUnknown_Vtbl,
    pub SetClientTitle: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
    pub SetClientGuid: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT,
    pub SetLocalPath: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
    pub SetFileName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
    pub SetSource: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
    pub SetReferrer: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
    pub CheckPolicy: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
    pub Prompt: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: ATTACHMENT_PROMPT, _: *mut ATTACHMENT_ACTION) -> HRESULT,
    pub Save: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
    pub Execute: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: PCWSTR, _: *mut HANDLE) -> HRESULT,
    pub SaveWithUI: unsafe extern "system" fn(_: *mut c_void, _: HWND) -> HRESULT,
    pub ClearClientState: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§SetClientTitle: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§SetClientGuid: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT§SetLocalPath: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§SetFileName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§SetSource: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§SetReferrer: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§CheckPolicy: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§Prompt: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: ATTACHMENT_PROMPT, _: *mut ATTACHMENT_ACTION) -> HRESULT§Save: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§Execute: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: PCWSTR, _: *mut HANDLE) -> HRESULT§SaveWithUI: unsafe extern "system" fn(_: *mut c_void, _: HWND) -> HRESULT§ClearClientState: unsafe extern "system" fn(_: *mut c_void) -> HRESULTImplementations§
§impl IAttachmentExecute_Vtbl
 
impl IAttachmentExecute_Vtbl
pub const fn new<Identity: IAttachmentExecute_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAttachmentExecute_Vtbl
impl RefUnwindSafe for IAttachmentExecute_Vtbl
impl Send for IAttachmentExecute_Vtbl
impl Sync for IAttachmentExecute_Vtbl
impl Unpin for IAttachmentExecute_Vtbl
impl UnwindSafe for IAttachmentExecute_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