Struct ISpeechDataKey_Vtbl
#[repr(C)]pub struct ISpeechDataKey_Vtbl {Show 13 fields
pub base__: IDispatch_Vtbl,
pub SetBinaryValue: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT) -> HRESULT,
pub GetBinaryValue: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub SetStringValue: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetStringValue: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetLongValue: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32) -> HRESULT,
pub GetLongValue: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i32) -> HRESULT,
pub OpenKey: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateKey: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DeleteKey: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub DeleteValue: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub EnumKeys: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT,
pub EnumValues: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IDispatch_Vtbl§SetBinaryValue: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT) -> HRESULT§GetBinaryValue: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut VARIANT) -> HRESULT§SetStringValue: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT§GetStringValue: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetLongValue: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32) -> HRESULT§GetLongValue: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i32) -> HRESULT§OpenKey: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§CreateKey: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§DeleteKey: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§DeleteValue: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§EnumKeys: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT§EnumValues: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULTImplementations§
§impl ISpeechDataKey_Vtbl
impl ISpeechDataKey_Vtbl
pub const fn new<Identity: ISpeechDataKey_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISpeechDataKey_Vtbl
impl RefUnwindSafe for ISpeechDataKey_Vtbl
impl Send for ISpeechDataKey_Vtbl
impl Sync for ISpeechDataKey_Vtbl
impl Unpin for ISpeechDataKey_Vtbl
impl UnwindSafe for ISpeechDataKey_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