Struct IX509AttributeCspProvider_Vtbl
#[repr(C)]pub struct IX509AttributeCspProvider_Vtbl {
pub base__: IX509Attribute_Vtbl,
pub InitializeEncode: unsafe extern "system" fn(_: *mut c_void, _: X509KeySpec, _: *mut c_void, _: EncodingType, _: *mut c_void) -> HRESULT,
pub InitializeDecode: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: *mut c_void) -> HRESULT,
pub KeySpec: unsafe extern "system" fn(_: *mut c_void, _: *mut X509KeySpec) -> HRESULT,
pub ProviderName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub get_Signature: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IX509Attribute_Vtbl
§InitializeEncode: unsafe extern "system" fn(_: *mut c_void, _: X509KeySpec, _: *mut c_void, _: EncodingType, _: *mut c_void) -> HRESULT
§InitializeDecode: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: *mut c_void) -> HRESULT
§KeySpec: unsafe extern "system" fn(_: *mut c_void, _: *mut X509KeySpec) -> HRESULT
§ProviderName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§get_Signature: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IX509AttributeCspProvider_Vtbl
impl IX509AttributeCspProvider_Vtbl
pub const fn new<Identity: IX509AttributeCspProvider_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IX509AttributeCspProvider_Vtbl
impl RefUnwindSafe for IX509AttributeCspProvider_Vtbl
impl Send for IX509AttributeCspProvider_Vtbl
impl Sync for IX509AttributeCspProvider_Vtbl
impl Unpin for IX509AttributeCspProvider_Vtbl
impl UnwindSafe for IX509AttributeCspProvider_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