Struct ICLRStrongName_Vtbl
#[repr(C)]pub struct ICLRStrongName_Vtbl {Show 26 fields
pub base__: IUnknown_Vtbl,
pub GetHashFromAssemblyFile: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: *mut u32, _: *mut u8, _: u32, _: *mut u32) -> HRESULT,
pub GetHashFromAssemblyFileW: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut u32, _: *mut u8, _: u32, _: *mut u32) -> HRESULT,
pub GetHashFromBlob: unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: u32, _: *mut u32, _: *mut u8, _: u32, _: *mut u32) -> HRESULT,
pub GetHashFromFile: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: *mut u32, _: *mut u8, _: u32, _: *mut u32) -> HRESULT,
pub GetHashFromFileW: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut u32, _: *mut u8, _: u32, _: *mut u32) -> HRESULT,
pub GetHashFromHandle: unsafe extern "system" fn(_: *mut c_void, _: HANDLE, _: *mut u32, _: *mut u8, _: u32, _: *mut u32) -> HRESULT,
pub StrongNameCompareAssemblies: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *mut u32) -> HRESULT,
pub StrongNameFreeBuffer: unsafe extern "system" fn(_: *mut c_void, _: *const u8) -> HRESULT,
pub StrongNameGetBlob: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut u8, _: *mut u32) -> HRESULT,
pub StrongNameGetBlobFromImage: unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: u32, _: *mut u8, _: *mut u32) -> HRESULT,
pub StrongNameGetPublicKey: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const u8, _: u32, _: *mut *mut u8, _: *mut u32) -> HRESULT,
pub StrongNameHashSize: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32) -> HRESULT,
pub StrongNameKeyDelete: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub StrongNameKeyGen: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *mut *mut u8, _: *mut u32) -> HRESULT,
pub StrongNameKeyGenEx: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: u32, _: *mut *mut u8, _: *mut u32) -> HRESULT,
pub StrongNameKeyInstall: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const u8, _: u32) -> HRESULT,
pub StrongNameSignatureGeneration: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *const u8, _: u32, _: *mut *mut u8, _: *mut u32) -> HRESULT,
pub StrongNameSignatureGenerationEx: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *const u8, _: u32, _: *mut *mut u8, _: *mut u32, _: u32) -> HRESULT,
pub StrongNameSignatureSize: unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: u32, _: *const u32) -> HRESULT,
pub StrongNameSignatureVerification: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *mut u32) -> HRESULT,
pub StrongNameSignatureVerificationEx: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: bool, _: *mut u8) -> HRESULT,
pub StrongNameSignatureVerificationFromImage: unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: u32, _: u32, _: *mut u32) -> HRESULT,
pub StrongNameTokenFromAssembly: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut *mut u8, _: *mut u32) -> HRESULT,
pub StrongNameTokenFromAssemblyEx: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut *mut u8, _: *mut u32, _: *mut *mut u8, _: *mut u32) -> HRESULT,
pub StrongNameTokenFromPublicKey: unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: u32, _: *mut *mut u8, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetHashFromAssemblyFile: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: *mut u32, _: *mut u8, _: u32, _: *mut u32) -> HRESULT
§GetHashFromAssemblyFileW: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut u32, _: *mut u8, _: u32, _: *mut u32) -> HRESULT
§GetHashFromBlob: unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: u32, _: *mut u32, _: *mut u8, _: u32, _: *mut u32) -> HRESULT
§GetHashFromFile: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: *mut u32, _: *mut u8, _: u32, _: *mut u32) -> HRESULT
§GetHashFromFileW: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut u32, _: *mut u8, _: u32, _: *mut u32) -> HRESULT
§GetHashFromHandle: unsafe extern "system" fn(_: *mut c_void, _: HANDLE, _: *mut u32, _: *mut u8, _: u32, _: *mut u32) -> HRESULT
§StrongNameCompareAssemblies: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *mut u32) -> HRESULT
§StrongNameFreeBuffer: unsafe extern "system" fn(_: *mut c_void, _: *const u8) -> HRESULT
§StrongNameGetBlob: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut u8, _: *mut u32) -> HRESULT
§StrongNameGetBlobFromImage: unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: u32, _: *mut u8, _: *mut u32) -> HRESULT
§StrongNameGetPublicKey: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const u8, _: u32, _: *mut *mut u8, _: *mut u32) -> HRESULT
§StrongNameHashSize: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32) -> HRESULT
§StrongNameKeyDelete: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§StrongNameKeyGen: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *mut *mut u8, _: *mut u32) -> HRESULT
§StrongNameKeyGenEx: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: u32, _: *mut *mut u8, _: *mut u32) -> HRESULT
§StrongNameKeyInstall: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const u8, _: u32) -> HRESULT
§StrongNameSignatureGeneration: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *const u8, _: u32, _: *mut *mut u8, _: *mut u32) -> HRESULT
§StrongNameSignatureGenerationEx: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *const u8, _: u32, _: *mut *mut u8, _: *mut u32, _: u32) -> HRESULT
§StrongNameSignatureSize: unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: u32, _: *const u32) -> HRESULT
§StrongNameSignatureVerification: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *mut u32) -> HRESULT
§StrongNameSignatureVerificationEx: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: bool, _: *mut u8) -> HRESULT
§StrongNameSignatureVerificationFromImage: unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: u32, _: u32, _: *mut u32) -> HRESULT
§StrongNameTokenFromAssembly: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut *mut u8, _: *mut u32) -> HRESULT
§StrongNameTokenFromAssemblyEx: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut *mut u8, _: *mut u32, _: *mut *mut u8, _: *mut u32) -> HRESULT
§StrongNameTokenFromPublicKey: unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: u32, _: *mut *mut u8, _: *mut u32) -> HRESULT
Implementations§
§impl ICLRStrongName_Vtbl
impl ICLRStrongName_Vtbl
pub const fn new<Identity: ICLRStrongName_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICLRStrongName_Vtbl
impl RefUnwindSafe for ICLRStrongName_Vtbl
impl Send for ICLRStrongName_Vtbl
impl Sync for ICLRStrongName_Vtbl
impl Unpin for ICLRStrongName_Vtbl
impl UnwindSafe for ICLRStrongName_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