#[repr(C)]pub struct ICertificationAuthority_Vtbl {
pub base__: IDispatch_Vtbl,
pub get_Property: unsafe extern "system" fn(_: *mut c_void, _: EnrollmentCAProperty, _: *mut MaybeUninit<VARIANT>) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§get_Property: unsafe extern "system" fn(_: *mut c_void, _: EnrollmentCAProperty, _: *mut MaybeUninit<VARIANT>) -> HRESULT
Implementations§
§impl ICertificationAuthority_Vtbl
impl ICertificationAuthority_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICertificationAuthority_Vtblwhere
Identity: ICertificationAuthority_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICertificationAuthority_Vtbl
impl RefUnwindSafe for ICertificationAuthority_Vtbl
impl Send for ICertificationAuthority_Vtbl
impl Sync for ICertificationAuthority_Vtbl
impl Unpin for ICertificationAuthority_Vtbl
impl UnwindSafe for ICertificationAuthority_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