Struct windows_sys::Win32::UI::Accessibility::UiaWindowClosedEventArgs
[−]#[repr(C)]pub struct UiaWindowClosedEventArgs {
pub Type: EventArgsType,
pub EventId: i32,
pub pRuntimeId: *mut i32,
pub cRuntimeIdLen: i32,
}
Expand description
Required features: "Win32_UI_Accessibility"
Fields
Type: EventArgsType
EventId: i32
pRuntimeId: *mut i32
cRuntimeIdLen: i32
Trait Implementations
impl Clone for UiaWindowClosedEventArgs
impl Clone for UiaWindowClosedEventArgs
impl Copy for UiaWindowClosedEventArgs
Auto Trait Implementations
impl RefUnwindSafe for UiaWindowClosedEventArgs
impl !Send for UiaWindowClosedEventArgs
impl !Sync for UiaWindowClosedEventArgs
impl Unpin for UiaWindowClosedEventArgs
impl UnwindSafe for UiaWindowClosedEventArgs
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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