Struct windows_sys::Win32::UI::TabletPC::IEC_RECOGNITIONRESULTINFO
[−]#[repr(C)]pub struct IEC_RECOGNITIONRESULTINFO {
pub nmhdr: NMHDR,
pub RecognitionResult: IInkRecognitionResult,
}
Expand description
Required features: "Win32_UI_TabletPC"
, "Win32_Foundation"
, "Win32_System_Com"
, "Win32_UI_Controls"
Fields
nmhdr: NMHDR
RecognitionResult: IInkRecognitionResult
Trait Implementations
impl Clone for IEC_RECOGNITIONRESULTINFO
impl Clone for IEC_RECOGNITIONRESULTINFO
impl Copy for IEC_RECOGNITIONRESULTINFO
Auto Trait Implementations
impl RefUnwindSafe for IEC_RECOGNITIONRESULTINFO
impl !Send for IEC_RECOGNITIONRESULTINFO
impl !Sync for IEC_RECOGNITIONRESULTINFO
impl Unpin for IEC_RECOGNITIONRESULTINFO
impl UnwindSafe for IEC_RECOGNITIONRESULTINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more