Struct windows::Win32::UI::TabletPC::IEC_RECOGNITIONRESULTINFO
#[repr(C)]pub struct IEC_RECOGNITIONRESULTINFO {
pub nmhdr: NMHDR,
pub RecognitionResult: ManuallyDrop<Option<IInkRecognitionResult>>,
}
Fields§
§nmhdr: NMHDR
§RecognitionResult: ManuallyDrop<Option<IInkRecognitionResult>>
Trait Implementations§
§impl Clone for IEC_RECOGNITIONRESULTINFO
impl Clone for IEC_RECOGNITIONRESULTINFO
§impl Debug for IEC_RECOGNITIONRESULTINFO
impl Debug for IEC_RECOGNITIONRESULTINFO
§impl Default for IEC_RECOGNITIONRESULTINFO
impl Default for IEC_RECOGNITIONRESULTINFO
§impl PartialEq for IEC_RECOGNITIONRESULTINFO
impl PartialEq for IEC_RECOGNITIONRESULTINFO
§fn eq(&self, other: &IEC_RECOGNITIONRESULTINFO) -> bool
fn eq(&self, other: &IEC_RECOGNITIONRESULTINFO) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for IEC_RECOGNITIONRESULTINFO
impl StructuralPartialEq for IEC_RECOGNITIONRESULTINFO
Auto Trait Implementations§
impl Freeze for IEC_RECOGNITIONRESULTINFO
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)