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
pub const SpellingError: Self
pub const GrammarError: Self
pub const Comment: Self
pub const FormulaError: Self
pub const TrackChanges: Self
pub const Header: Self
pub const Highlighted: Self
pub const Endnote: Self
pub const Footnote: Self
pub const InsertionChange: Self
pub const DeletionChange: Self
pub const MoveChange: Self
pub const FormatChange: Self
pub const UnsyncedChange: Self
pub const EditingLockedChange: Self
pub const ExternalChange: Self
pub const ConflictingChange: Self
pub const Author: Self
pub const AdvancedProofingIssue: Self
pub const DataValidationError: Self
pub const CircularReferenceError: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more