#[repr(C)]pub struct ISpeechRecognitionConstraint_Vtbl {
pub base__: IInspectable_Vtbl,
pub IsEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub Tag: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SetTag: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub Type: unsafe extern "system" fn(_: *mut c_void, _: *mut SpeechRecognitionConstraintType) -> HRESULT,
pub Probability: unsafe extern "system" fn(_: *mut c_void, _: *mut SpeechRecognitionConstraintProbability) -> HRESULT,
pub SetProbability: unsafe extern "system" fn(_: *mut c_void, _: SpeechRecognitionConstraintProbability) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§IsEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§Tag: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetTag: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§Type: unsafe extern "system" fn(_: *mut c_void, _: *mut SpeechRecognitionConstraintType) -> HRESULT
§Probability: unsafe extern "system" fn(_: *mut c_void, _: *mut SpeechRecognitionConstraintProbability) -> HRESULT
§SetProbability: unsafe extern "system" fn(_: *mut c_void, _: SpeechRecognitionConstraintProbability) -> HRESULT
Implementations§
§impl ISpeechRecognitionConstraint_Vtbl
impl ISpeechRecognitionConstraint_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISpeechRecognitionConstraint_Vtblwhere
Identity: ISpeechRecognitionConstraint_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISpeechRecognitionConstraint_Vtbl
impl RefUnwindSafe for ISpeechRecognitionConstraint_Vtbl
impl Send for ISpeechRecognitionConstraint_Vtbl
impl Sync for ISpeechRecognitionConstraint_Vtbl
impl Unpin for ISpeechRecognitionConstraint_Vtbl
impl UnwindSafe for ISpeechRecognitionConstraint_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