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