Struct windows_sys::UI::Input::Inking::Analysis::InkAnalysisStatus
[−]#[repr(transparent)]pub struct InkAnalysisStatus(pub i32);
Expand description
Required features: "UI_Input_Inking_Analysis"
Tuple Fields
0: i32
Implementations
impl InkAnalysisStatus
impl InkAnalysisStatus
Trait Implementations
impl Clone for InkAnalysisStatus
impl Clone for InkAnalysisStatus
impl Copy for InkAnalysisStatus
Auto Trait Implementations
impl RefUnwindSafe for InkAnalysisStatus
impl Send for InkAnalysisStatus
impl Sync for InkAnalysisStatus
impl Unpin for InkAnalysisStatus
impl UnwindSafe for InkAnalysisStatus
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