Struct windows::Win32::Security::Cryptography::Certificates::ICryptAttribute_Vtbl
#[repr(C)]pub struct ICryptAttribute_Vtbl {
pub base__: IDispatch_Vtbl,
pub InitializeFromObjectId: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub InitializeFromValues: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ObjectId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Values: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§InitializeFromObjectId: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§InitializeFromValues: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ObjectId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Values: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl ICryptAttribute_Vtbl
impl ICryptAttribute_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICryptAttribute_Vtblwhere
Identity: ICryptAttribute_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICryptAttribute_Vtbl
impl RefUnwindSafe for ICryptAttribute_Vtbl
impl Send for ICryptAttribute_Vtbl
impl Sync for ICryptAttribute_Vtbl
impl Unpin for ICryptAttribute_Vtbl
impl UnwindSafe for ICryptAttribute_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