#[repr(C)]pub struct ICertEncodeStringArray_Vtbl {
pub base__: IDispatch_Vtbl,
pub Decode: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT,
pub GetStringType: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub GetCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub GetValue: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub Reset: unsafe extern "system" fn(_: *mut c_void, _: i32, _: CERT_RDN_ATTR_VALUE_TYPE) -> HRESULT,
pub SetValue: unsafe extern "system" fn(_: *mut c_void, _: i32, _: MaybeUninit<BSTR>) -> HRESULT,
pub Encode: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Decode: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT
§GetStringType: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§GetCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§GetValue: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut MaybeUninit<BSTR>) -> HRESULT
§Reset: unsafe extern "system" fn(_: *mut c_void, _: i32, _: CERT_RDN_ATTR_VALUE_TYPE) -> HRESULT
§SetValue: unsafe extern "system" fn(_: *mut c_void, _: i32, _: MaybeUninit<BSTR>) -> HRESULT
§Encode: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
Implementations§
§impl ICertEncodeStringArray_Vtbl
impl ICertEncodeStringArray_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICertEncodeStringArray_Vtblwhere
Identity: ICertEncodeStringArray_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICertEncodeStringArray_Vtbl
impl RefUnwindSafe for ICertEncodeStringArray_Vtbl
impl Send for ICertEncodeStringArray_Vtbl
impl Sync for ICertEncodeStringArray_Vtbl
impl Unpin for ICertEncodeStringArray_Vtbl
impl UnwindSafe for ICertEncodeStringArray_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