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 = Self(0i32)
pub const ImportantMostRecent: Self = Self(1i32)
pub const All: Self = Self(2i32)
pub const MostRecent: Self = Self(3i32)
pub const CurrentThenMostRecent: Self = Self(4i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more