Struct IShellLinkW_Vtbl
#[repr(C)]pub struct IShellLinkW_Vtbl {Show 19 fields
    pub base__: IUnknown_Vtbl,
    pub GetPath: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: i32, _: *mut WIN32_FIND_DATAW, _: u32) -> HRESULT,
    pub GetIDList: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut ITEMIDLIST) -> HRESULT,
    pub SetIDList: unsafe extern "system" fn(_: *mut c_void, _: *const ITEMIDLIST) -> HRESULT,
    pub GetDescription: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: i32) -> HRESULT,
    pub SetDescription: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
    pub GetWorkingDirectory: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: i32) -> HRESULT,
    pub SetWorkingDirectory: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
    pub GetArguments: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: i32) -> HRESULT,
    pub SetArguments: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
    pub GetHotkey: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
    pub SetHotkey: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT,
    pub GetShowCmd: unsafe extern "system" fn(_: *mut c_void, _: *mut SHOW_WINDOW_CMD) -> HRESULT,
    pub SetShowCmd: unsafe extern "system" fn(_: *mut c_void, _: SHOW_WINDOW_CMD) -> HRESULT,
    pub GetIconLocation: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: i32, _: *mut i32) -> HRESULT,
    pub SetIconLocation: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32) -> HRESULT,
    pub SetRelativePath: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT,
    pub Resolve: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: u32) -> HRESULT,
    pub SetPath: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§GetPath: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: i32, _: *mut WIN32_FIND_DATAW, _: u32) -> HRESULT§GetIDList: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut ITEMIDLIST) -> HRESULT§SetIDList: unsafe extern "system" fn(_: *mut c_void, _: *const ITEMIDLIST) -> HRESULT§GetDescription: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: i32) -> HRESULT§SetDescription: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§GetWorkingDirectory: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: i32) -> HRESULT§SetWorkingDirectory: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§GetArguments: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: i32) -> HRESULT§SetArguments: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§GetHotkey: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT§SetHotkey: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT§GetShowCmd: unsafe extern "system" fn(_: *mut c_void, _: *mut SHOW_WINDOW_CMD) -> HRESULT§SetShowCmd: unsafe extern "system" fn(_: *mut c_void, _: SHOW_WINDOW_CMD) -> HRESULT§GetIconLocation: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: i32, _: *mut i32) -> HRESULT§SetIconLocation: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32) -> HRESULT§SetRelativePath: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT§Resolve: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: u32) -> HRESULT§SetPath: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULTImplementations§
§impl IShellLinkW_Vtbl
 
impl IShellLinkW_Vtbl
pub const fn new<Identity: IShellLinkW_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IShellLinkW_Vtbl
impl RefUnwindSafe for IShellLinkW_Vtbl
impl Send for IShellLinkW_Vtbl
impl Sync for IShellLinkW_Vtbl
impl Unpin for IShellLinkW_Vtbl
impl UnwindSafe for IShellLinkW_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