Struct INewShortcutHookW_Vtbl
#[repr(C)]pub struct INewShortcutHookW_Vtbl {
    pub base__: IUnknown_Vtbl,
    pub SetReferent: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: HWND) -> HRESULT,
    pub GetReferent: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: i32) -> HRESULT,
    pub SetFolder: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
    pub GetFolder: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: i32) -> HRESULT,
    pub GetName: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: i32) -> HRESULT,
    pub GetExtension: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: i32) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§SetReferent: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: HWND) -> HRESULT§GetReferent: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: i32) -> HRESULT§SetFolder: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§GetFolder: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: i32) -> HRESULT§GetName: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: i32) -> HRESULT§GetExtension: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: i32) -> HRESULTImplementations§
§impl INewShortcutHookW_Vtbl
 
impl INewShortcutHookW_Vtbl
pub const fn new<Identity: INewShortcutHookW_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for INewShortcutHookW_Vtbl
impl RefUnwindSafe for INewShortcutHookW_Vtbl
impl Send for INewShortcutHookW_Vtbl
impl Sync for INewShortcutHookW_Vtbl
impl Unpin for INewShortcutHookW_Vtbl
impl UnwindSafe for INewShortcutHookW_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