Struct windows_sys::UI::Xaml::Automation::Peers::AutomationNotificationProcessing
[−]#[repr(transparent)]pub struct AutomationNotificationProcessing(pub i32);
Expand description
Required features: ‘UI_Xaml_Automation_Peers’
Tuple Fields
0: i32
Implementations
impl AutomationNotificationProcessing
impl AutomationNotificationProcessing
pub const ImportantAll: Self
pub const ImportantMostRecent: Self
pub const All: Self
pub const MostRecent: Self
pub const CurrentThenMostRecent: Self
Trait Implementations
impl Clone for AutomationNotificationProcessing
impl Clone for AutomationNotificationProcessing
impl Copy for AutomationNotificationProcessing
Auto Trait Implementations
impl RefUnwindSafe for AutomationNotificationProcessing
impl Send for AutomationNotificationProcessing
impl Sync for AutomationNotificationProcessing
impl Unpin for AutomationNotificationProcessing
impl UnwindSafe for AutomationNotificationProcessing
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