Struct 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
§fn clone(&self) -> UiaWindowClosedEventArgs
fn clone(&self) -> UiaWindowClosedEventArgs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UiaWindowClosedEventArgs
Auto Trait Implementations§
impl !Send for UiaWindowClosedEventArgs
impl !Sync for UiaWindowClosedEventArgs
impl Freeze for UiaWindowClosedEventArgs
impl RefUnwindSafe for UiaWindowClosedEventArgs
impl Unpin for UiaWindowClosedEventArgs
impl UnsafeUnpin 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