Struct IHlink_Vtbl
#[repr(C)]pub struct IHlink_Vtbl {Show 15 fields
    pub base__: IUnknown_Vtbl,
    pub SetHlinkSite: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT,
    pub GetHlinkSite: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void, _: *mut u32) -> HRESULT,
    pub SetMonikerReference: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: PCWSTR) -> HRESULT,
    pub GetMonikerReference: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void, _: *mut PWSTR) -> HRESULT,
    pub SetStringReference: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR, _: PCWSTR) -> HRESULT,
    pub GetStringReference: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut PWSTR, _: *mut PWSTR) -> HRESULT,
    pub SetFriendlyName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
    pub GetFriendlyName: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut PWSTR) -> HRESULT,
    pub SetTargetFrameName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
    pub GetTargetFrameName: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
    pub GetMiscStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
    pub Navigate: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
    pub SetAdditionalParams: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
    pub GetAdditionalParams: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§SetHlinkSite: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT§GetHlinkSite: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void, _: *mut u32) -> HRESULT§SetMonikerReference: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: PCWSTR) -> HRESULT§GetMonikerReference: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void, _: *mut PWSTR) -> HRESULT§SetStringReference: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR, _: PCWSTR) -> HRESULT§GetStringReference: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut PWSTR, _: *mut PWSTR) -> HRESULT§SetFriendlyName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§GetFriendlyName: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut PWSTR) -> HRESULT§SetTargetFrameName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§GetTargetFrameName: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT§GetMiscStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§SetAdditionalParams: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§GetAdditionalParams: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULTImplementations§
§impl IHlink_Vtbl
 
impl IHlink_Vtbl
pub const fn new<Identity: IHlink_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IHlink_Vtbl
impl RefUnwindSafe for IHlink_Vtbl
impl Send for IHlink_Vtbl
impl Sync for IHlink_Vtbl
impl Unpin for IHlink_Vtbl
impl UnwindSafe for IHlink_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