Struct IShellLinkA_Vtbl
#[repr(C)]pub struct IShellLinkA_Vtbl {Show 19 fields
    pub base__: IUnknown_Vtbl,
    pub GetPath: unsafe extern "system" fn(_: *mut c_void, _: PSTR, _: i32, _: *mut WIN32_FIND_DATAA, _: 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, _: PSTR, _: i32) -> HRESULT,
    pub SetDescription: unsafe extern "system" fn(_: *mut c_void, _: PCSTR) -> HRESULT,
    pub GetWorkingDirectory: unsafe extern "system" fn(_: *mut c_void, _: PSTR, _: i32) -> HRESULT,
    pub SetWorkingDirectory: unsafe extern "system" fn(_: *mut c_void, _: PCSTR) -> HRESULT,
    pub GetArguments: unsafe extern "system" fn(_: *mut c_void, _: PSTR, _: i32) -> HRESULT,
    pub SetArguments: unsafe extern "system" fn(_: *mut c_void, _: PCSTR) -> 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, _: PSTR, _: i32, _: *mut i32) -> HRESULT,
    pub SetIconLocation: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: i32) -> HRESULT,
    pub SetRelativePath: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: u32) -> HRESULT,
    pub Resolve: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: u32) -> HRESULT,
    pub SetPath: unsafe extern "system" fn(_: *mut c_void, _: PCSTR) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§GetPath: unsafe extern "system" fn(_: *mut c_void, _: PSTR, _: i32, _: *mut WIN32_FIND_DATAA, _: 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, _: PSTR, _: i32) -> HRESULT§SetDescription: unsafe extern "system" fn(_: *mut c_void, _: PCSTR) -> HRESULT§GetWorkingDirectory: unsafe extern "system" fn(_: *mut c_void, _: PSTR, _: i32) -> HRESULT§SetWorkingDirectory: unsafe extern "system" fn(_: *mut c_void, _: PCSTR) -> HRESULT§GetArguments: unsafe extern "system" fn(_: *mut c_void, _: PSTR, _: i32) -> HRESULT§SetArguments: unsafe extern "system" fn(_: *mut c_void, _: PCSTR) -> 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, _: PSTR, _: i32, _: *mut i32) -> HRESULT§SetIconLocation: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: i32) -> HRESULT§SetRelativePath: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: u32) -> HRESULT§Resolve: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: u32) -> HRESULT§SetPath: unsafe extern "system" fn(_: *mut c_void, _: PCSTR) -> HRESULTImplementations§
§impl IShellLinkA_Vtbl
 
impl IShellLinkA_Vtbl
pub const fn new<Identity: IShellLinkA_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IShellLinkA_Vtbl
impl RefUnwindSafe for IShellLinkA_Vtbl
impl Send for IShellLinkA_Vtbl
impl Sync for IShellLinkA_Vtbl
impl Unpin for IShellLinkA_Vtbl
impl UnwindSafe for IShellLinkA_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