#[repr(C)]pub struct ISpRegDataKeyVtbl {
pub parent: ISpDataKeyVtbl,
pub SetKey: unsafe extern "system" fn(This: *mut ISpRegDataKey, hkey: HKEY, fReadOnly: BOOL) -> HRESULT,
}
Fields§
§parent: ISpDataKeyVtbl
§SetKey: unsafe extern "system" fn(This: *mut ISpRegDataKey, hkey: HKEY, fReadOnly: BOOL) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISpRegDataKeyVtbl
impl RefUnwindSafe for ISpRegDataKeyVtbl
impl Send for ISpRegDataKeyVtbl
impl Sync for ISpRegDataKeyVtbl
impl Unpin for ISpRegDataKeyVtbl
impl UnwindSafe for ISpRegDataKeyVtbl
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