Struct windows::Win32::System::ClrHosting::ICLRStrongName2_Vtbl
#[repr(C)]pub struct ICLRStrongName2_Vtbl {
pub base__: IUnknown_Vtbl,
pub StrongNameGetPublicKeyEx: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const u8, _: u32, _: *mut *mut u8, _: *mut u32, _: u32, _: u32) -> HRESULT,
pub StrongNameSignatureVerificationEx2: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: BOOLEAN, _: *const u8, _: u32, _: *mut u8) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§StrongNameGetPublicKeyEx: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const u8, _: u32, _: *mut *mut u8, _: *mut u32, _: u32, _: u32) -> HRESULT
§StrongNameSignatureVerificationEx2: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: BOOLEAN, _: *const u8, _: u32, _: *mut u8) -> HRESULT
Implementations§
§impl ICLRStrongName2_Vtbl
impl ICLRStrongName2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICLRStrongName2_Vtblwhere
Identity: ICLRStrongName2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICLRStrongName2_Vtbl
impl RefUnwindSafe for ICLRStrongName2_Vtbl
impl Send for ICLRStrongName2_Vtbl
impl Sync for ICLRStrongName2_Vtbl
impl Unpin for ICLRStrongName2_Vtbl
impl UnwindSafe for ICLRStrongName2_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