Struct ICertGetConfig_Vtbl
#[repr(C)]pub struct ICertGetConfig_Vtbl {
pub base__: IDispatch_Vtbl,
pub GetConfig: unsafe extern "system" fn(_: *mut c_void, _: CERT_GET_CONFIG_FLAGS, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§GetConfig: unsafe extern "system" fn(_: *mut c_void, _: CERT_GET_CONFIG_FLAGS, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl ICertGetConfig_Vtbl
impl ICertGetConfig_Vtbl
pub const fn new<Identity: ICertGetConfig_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICertGetConfig_Vtbl
impl RefUnwindSafe for ICertGetConfig_Vtbl
impl Send for ICertGetConfig_Vtbl
impl Sync for ICertGetConfig_Vtbl
impl Unpin for ICertGetConfig_Vtbl
impl UnwindSafe for ICertGetConfig_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