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
pub const ItemRemoved: Self
pub const ActionCompleted: Self
pub const ActionAborted: Self
pub const Other: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more