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