Struct ISpeechGrammarRuleStateTransition_Vtbl
#[repr(C)]pub struct ISpeechGrammarRuleStateTransition_Vtbl {
pub base__: IDispatch_Vtbl,
pub Type: unsafe extern "system" fn(_: *mut c_void, _: *mut SpeechGrammarRuleStateTransitionType) -> HRESULT,
pub Text: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Rule: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Weight: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub PropertyName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub PropertyId: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub PropertyValue: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub NextState: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Type: unsafe extern "system" fn(_: *mut c_void, _: *mut SpeechGrammarRuleStateTransitionType) -> HRESULT
§Text: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Rule: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Weight: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT
§PropertyName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§PropertyId: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§PropertyValue: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT
§NextState: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl ISpeechGrammarRuleStateTransition_Vtbl
impl ISpeechGrammarRuleStateTransition_Vtbl
pub const fn new<Identity: ISpeechGrammarRuleStateTransition_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISpeechGrammarRuleStateTransition_Vtbl
impl RefUnwindSafe for ISpeechGrammarRuleStateTransition_Vtbl
impl Send for ISpeechGrammarRuleStateTransition_Vtbl
impl Sync for ISpeechGrammarRuleStateTransition_Vtbl
impl Unpin for ISpeechGrammarRuleStateTransition_Vtbl
impl UnwindSafe for ISpeechGrammarRuleStateTransition_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