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,
}Fields§
§Type: EventArgsType§EventId: i32§pRuntimeId: *mut i32§cRuntimeIdLen: i32Trait 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more