Struct windows_sys::UI::Input::Inking::Analysis::InkAnalysisNodeKind
[−]#[repr(transparent)]pub struct InkAnalysisNodeKind(pub i32);
Expand description
Required features: "UI_Input_Inking_Analysis"
Tuple Fields
0: i32
Implementations
impl InkAnalysisNodeKind
impl InkAnalysisNodeKind
pub const UnclassifiedInk: Self = Self(0i32)
pub const Root: Self = Self(1i32)
pub const WritingRegion: Self = Self(2i32)
pub const Paragraph: Self = Self(3i32)
pub const Line: Self = Self(4i32)
pub const InkWord: Self = Self(5i32)
pub const InkBullet: Self = Self(6i32)
pub const InkDrawing: Self = Self(7i32)
pub const ListItem: Self = Self(8i32)
Trait Implementations
impl Clone for InkAnalysisNodeKind
impl Clone for InkAnalysisNodeKind
impl Copy for InkAnalysisNodeKind
Auto Trait Implementations
impl RefUnwindSafe for InkAnalysisNodeKind
impl Send for InkAnalysisNodeKind
impl Sync for InkAnalysisNodeKind
impl Unpin for InkAnalysisNodeKind
impl UnwindSafe for InkAnalysisNodeKind
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