Struct windows_sys::UI::Xaml::Automation::Peers::AutomationNotificationKind
[−]#[repr(transparent)]pub struct AutomationNotificationKind(pub i32);
Expand description
Required features: "UI_Xaml_Automation_Peers"
Tuple Fields
0: i32
Implementations
impl AutomationNotificationKind
impl AutomationNotificationKind
pub const ItemAdded: Self = Self(0i32)
pub const ItemRemoved: Self = Self(1i32)
pub const ActionCompleted: Self = Self(2i32)
pub const ActionAborted: Self = Self(3i32)
pub const Other: Self = Self(4i32)
Trait Implementations
impl Clone for AutomationNotificationKind
impl Clone for AutomationNotificationKind
impl Copy for AutomationNotificationKind
Auto Trait Implementations
impl RefUnwindSafe for AutomationNotificationKind
impl Send for AutomationNotificationKind
impl Sync for AutomationNotificationKind
impl Unpin for AutomationNotificationKind
impl UnwindSafe for AutomationNotificationKind
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