Struct windows::Win32::System::Diagnostics::Debug::Extensions::IKeyStore_Vtbl
#[repr(C)]pub struct IKeyStore_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetKey: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetKey: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetKeyValue: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetKeyValue: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut c_void) -> HRESULT,
pub ClearKeys: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetKey: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetKey: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut c_void, _: *mut c_void) -> HRESULT
§GetKeyValue: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetKeyValue: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut c_void) -> HRESULT
§ClearKeys: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IKeyStore_Vtbl
impl IKeyStore_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IKeyStore_Vtblwhere
Identity: IKeyStore_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IKeyStore_Vtbl
impl RefUnwindSafe for IKeyStore_Vtbl
impl Send for IKeyStore_Vtbl
impl Sync for IKeyStore_Vtbl
impl Unpin for IKeyStore_Vtbl
impl UnwindSafe for IKeyStore_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