Struct windows_sys::UI::Xaml::Automation::AutomationTextEditChangeType
[−]#[repr(transparent)]pub struct AutomationTextEditChangeType(pub i32);
Expand description
Required features: "UI_Xaml_Automation"
Tuple Fields
0: i32
Implementations
impl AutomationTextEditChangeType
impl AutomationTextEditChangeType
pub const None: Self = Self(0i32)
pub const AutoCorrect: Self = Self(1i32)
pub const Composition: Self = Self(2i32)
pub const CompositionFinalized: Self = Self(3i32)
Trait Implementations
impl Clone for AutomationTextEditChangeType
impl Clone for AutomationTextEditChangeType
impl Copy for AutomationTextEditChangeType
Auto Trait Implementations
impl RefUnwindSafe for AutomationTextEditChangeType
impl Send for AutomationTextEditChangeType
impl Sync for AutomationTextEditChangeType
impl Unpin for AutomationTextEditChangeType
impl UnwindSafe for AutomationTextEditChangeType
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