Struct windows_sys::UI::Xaml::Automation::Peers::RawElementProviderRuntimeId
[−]Expand description
Required features: "UI_Xaml_Automation_Peers"
Fields
Part1: u32
Part2: u32
Trait Implementations
impl Clone for RawElementProviderRuntimeId
impl Clone for RawElementProviderRuntimeId
impl Copy for RawElementProviderRuntimeId
Auto Trait Implementations
impl RefUnwindSafe for RawElementProviderRuntimeId
impl Send for RawElementProviderRuntimeId
impl Sync for RawElementProviderRuntimeId
impl Unpin for RawElementProviderRuntimeId
impl UnwindSafe for RawElementProviderRuntimeId
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