#[repr(C)]pub struct ICLRHostBindingPolicyManager_Vtbl {
pub base__: IUnknown_Vtbl,
pub ModifyApplicationPolicy: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *const u8, _: u32, _: u32, _: *mut u8, _: *mut u32) -> HRESULT,
pub EvaluatePolicy: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const u8, _: u32, _: PWSTR, _: *mut u32, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§ModifyApplicationPolicy: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *const u8, _: u32, _: u32, _: *mut u8, _: *mut u32) -> HRESULT
§EvaluatePolicy: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const u8, _: u32, _: PWSTR, _: *mut u32, _: *mut u32) -> HRESULT
Implementations§
§impl ICLRHostBindingPolicyManager_Vtbl
impl ICLRHostBindingPolicyManager_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICLRHostBindingPolicyManager_Vtblwhere
Identity: ICLRHostBindingPolicyManager_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICLRHostBindingPolicyManager_Vtbl
impl RefUnwindSafe for ICLRHostBindingPolicyManager_Vtbl
impl Send for ICLRHostBindingPolicyManager_Vtbl
impl Sync for ICLRHostBindingPolicyManager_Vtbl
impl Unpin for ICLRHostBindingPolicyManager_Vtbl
impl UnwindSafe for ICLRHostBindingPolicyManager_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