Struct windows_sys::UI::Input::Inking::Analysis::InkAnalysisDrawingKind
[−]#[repr(transparent)]pub struct InkAnalysisDrawingKind(pub i32);
Expand description
Required features: "UI_Input_Inking_Analysis"
Tuple Fields
0: i32
Implementations
impl InkAnalysisDrawingKind
impl InkAnalysisDrawingKind
pub const Drawing: Self = Self(0i32)
pub const Circle: Self = Self(1i32)
pub const Ellipse: Self = Self(2i32)
pub const Triangle: Self = Self(3i32)
pub const IsoscelesTriangle: Self = Self(4i32)
pub const EquilateralTriangle: Self = Self(5i32)
pub const RightTriangle: Self = Self(6i32)
pub const Quadrilateral: Self = Self(7i32)
pub const Rectangle: Self = Self(8i32)
pub const Square: Self = Self(9i32)
pub const Diamond: Self = Self(10i32)
pub const Trapezoid: Self = Self(11i32)
pub const Parallelogram: Self = Self(12i32)
pub const Pentagon: Self = Self(13i32)
pub const Hexagon: Self = Self(14i32)
Trait Implementations
impl Clone for InkAnalysisDrawingKind
impl Clone for InkAnalysisDrawingKind
impl Copy for InkAnalysisDrawingKind
Auto Trait Implementations
impl RefUnwindSafe for InkAnalysisDrawingKind
impl Send for InkAnalysisDrawingKind
impl Sync for InkAnalysisDrawingKind
impl Unpin for InkAnalysisDrawingKind
impl UnwindSafe for InkAnalysisDrawingKind
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