Struct IHlinkFrame_Vtbl
#[repr(C)]pub struct IHlinkFrame_Vtbl {
    pub base__: IUnknown_Vtbl,
    pub SetBrowseContext: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
    pub GetBrowseContext: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
    pub Navigate: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
    pub OnNavigate: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: PCWSTR, _: PCWSTR, _: u32) -> HRESULT,
    pub UpdateHlink: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§SetBrowseContext: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§GetBrowseContext: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§UpdateHlink: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULTImplementations§
§impl IHlinkFrame_Vtbl
 
impl IHlinkFrame_Vtbl
pub const fn new<Identity: IHlinkFrame_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IHlinkFrame_Vtbl
impl RefUnwindSafe for IHlinkFrame_Vtbl
impl Send for IHlinkFrame_Vtbl
impl Sync for IHlinkFrame_Vtbl
impl Unpin for IHlinkFrame_Vtbl
impl UnwindSafe for IHlinkFrame_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