Struct ITargetFramePriv2_Vtbl
#[repr(C)]pub struct ITargetFramePriv2_Vtbl {
pub base__: ITargetFramePriv_Vtbl,
pub AggregatedNavigation2: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: *mut c_void, _: PCWSTR, _: *mut c_void, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: ITargetFramePriv_Vtbl
Implementations§
§impl ITargetFramePriv2_Vtbl
impl ITargetFramePriv2_Vtbl
pub const fn new<Identity: ITargetFramePriv2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITargetFramePriv2_Vtbl
impl RefUnwindSafe for ITargetFramePriv2_Vtbl
impl Send for ITargetFramePriv2_Vtbl
impl Sync for ITargetFramePriv2_Vtbl
impl Unpin for ITargetFramePriv2_Vtbl
impl UnwindSafe for ITargetFramePriv2_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