Struct windows_sys::UI::Xaml::Automation::Peers::AutomationLiveSetting
[−]#[repr(transparent)]pub struct AutomationLiveSetting(pub i32);
Expand description
Required features: "UI_Xaml_Automation_Peers"
Tuple Fields
0: i32
Implementations
Trait Implementations
impl Clone for AutomationLiveSetting
impl Clone for AutomationLiveSetting
impl Copy for AutomationLiveSetting
Auto Trait Implementations
impl RefUnwindSafe for AutomationLiveSetting
impl Send for AutomationLiveSetting
impl Sync for AutomationLiveSetting
impl Unpin for AutomationLiveSetting
impl UnwindSafe for AutomationLiveSetting
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