Struct ICertProperty_Vtbl
#[repr(C)]pub struct ICertProperty_Vtbl {
pub base__: IDispatch_Vtbl,
pub InitializeFromCertificate: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL, _: EncodingType, _: *mut c_void) -> HRESULT,
pub InitializeDecode: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: *mut c_void) -> HRESULT,
pub PropertyId: unsafe extern "system" fn(_: *mut c_void, _: *mut CERTENROLL_PROPERTYID) -> HRESULT,
pub SetPropertyId: unsafe extern "system" fn(_: *mut c_void, _: CERTENROLL_PROPERTYID) -> HRESULT,
pub get_RawData: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: *mut *mut c_void) -> HRESULT,
pub RemoveFromCertificate: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL, _: EncodingType, _: *mut c_void) -> HRESULT,
pub SetValueOnCertificate: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL, _: EncodingType, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§InitializeFromCertificate: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL, _: EncodingType, _: *mut c_void) -> HRESULT
§InitializeDecode: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: *mut c_void) -> HRESULT
§PropertyId: unsafe extern "system" fn(_: *mut c_void, _: *mut CERTENROLL_PROPERTYID) -> HRESULT
§SetPropertyId: unsafe extern "system" fn(_: *mut c_void, _: CERTENROLL_PROPERTYID) -> HRESULT
§get_RawData: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: *mut *mut c_void) -> HRESULT
§RemoveFromCertificate: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL, _: EncodingType, _: *mut c_void) -> HRESULT
§SetValueOnCertificate: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL, _: EncodingType, _: *mut c_void) -> HRESULT
Implementations§
§impl ICertProperty_Vtbl
impl ICertProperty_Vtbl
pub const fn new<Identity: ICertProperty_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICertProperty_Vtbl
impl RefUnwindSafe for ICertProperty_Vtbl
impl Send for ICertProperty_Vtbl
impl Sync for ICertProperty_Vtbl
impl Unpin for ICertProperty_Vtbl
impl UnwindSafe for ICertProperty_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