Struct windows_sys::UI::Xaml::Automation::AnnotationType
[−]#[repr(transparent)]pub struct AnnotationType(pub i32);
Expand description
Required features: "UI_Xaml_Automation"
Tuple Fields
0: i32
Implementations
impl AnnotationType
impl AnnotationType
pub const Unknown: Self = Self(60000i32)
pub const SpellingError: Self = Self(60001i32)
pub const GrammarError: Self = Self(60002i32)
pub const Comment: Self = Self(60003i32)
pub const FormulaError: Self = Self(60004i32)
pub const TrackChanges: Self = Self(60005i32)
pub const Header: Self = Self(60006i32)
pub const Highlighted: Self = Self(60008i32)
pub const Endnote: Self = Self(60009i32)
pub const Footnote: Self = Self(60010i32)
pub const InsertionChange: Self = Self(60011i32)
pub const DeletionChange: Self = Self(60012i32)
pub const MoveChange: Self = Self(60013i32)
pub const FormatChange: Self = Self(60014i32)
pub const UnsyncedChange: Self = Self(60015i32)
pub const EditingLockedChange: Self = Self(60016i32)
pub const ExternalChange: Self = Self(60017i32)
pub const ConflictingChange: Self = Self(60018i32)
pub const Author: Self = Self(60019i32)
pub const AdvancedProofingIssue: Self = Self(60020i32)
pub const DataValidationError: Self = Self(60021i32)
pub const CircularReferenceError: Self = Self(60022i32)
Trait Implementations
impl Clone for AnnotationType
impl Clone for AnnotationType
impl Copy for AnnotationType
Auto Trait Implementations
impl RefUnwindSafe for AnnotationType
impl Send for AnnotationType
impl Sync for AnnotationType
impl Unpin for AnnotationType
impl UnwindSafe for AnnotationType
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