#[repr(C)]pub struct UiaWindowClosedEventArgs {
pub Type: EventArgsType,
pub EventId: c_int,
pub pRuntimeId: *mut c_int,
pub cRuntimeIdLen: c_int,
}
Fields§
§Type: EventArgsType
§EventId: c_int
§pRuntimeId: *mut c_int
§cRuntimeIdLen: c_int
Trait Implementations§
Source§impl Clone for UiaWindowClosedEventArgs
impl Clone for UiaWindowClosedEventArgs
Source§fn clone(&self) -> UiaWindowClosedEventArgs
fn clone(&self) -> UiaWindowClosedEventArgs
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for UiaWindowClosedEventArgs
impl Default for UiaWindowClosedEventArgs
Source§fn default() -> UiaWindowClosedEventArgs
fn default() -> UiaWindowClosedEventArgs
Returns the “default value” for a type. Read more
impl Copy for UiaWindowClosedEventArgs
Auto Trait Implementations§
impl Freeze for UiaWindowClosedEventArgs
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