#[repr(C)]pub struct IProtectionPolicyManagerInterop_Vtbl {
pub base__: IInspectable_Vtbl,
pub RequestAccessForWindowAsync: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: MaybeUninit<HSTRING>, _: MaybeUninit<HSTRING>, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub GetForWindow: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§RequestAccessForWindowAsync: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: MaybeUninit<HSTRING>, _: MaybeUninit<HSTRING>, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§GetForWindow: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: *const GUID, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IProtectionPolicyManagerInterop_Vtbl
impl IProtectionPolicyManagerInterop_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IProtectionPolicyManagerInterop_Vtblwhere
Identity: IProtectionPolicyManagerInterop_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IProtectionPolicyManagerInterop_Vtbl
impl RefUnwindSafe for IProtectionPolicyManagerInterop_Vtbl
impl Send for IProtectionPolicyManagerInterop_Vtbl
impl Sync for IProtectionPolicyManagerInterop_Vtbl
impl Unpin for IProtectionPolicyManagerInterop_Vtbl
impl UnwindSafe for IProtectionPolicyManagerInterop_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