#[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: i32
Trait Implementations§
Source§impl Abi for UiaWindowClosedEventArgs
impl Abi for UiaWindowClosedEventArgs
Source§type Abi = UiaWindowClosedEventArgs
type Abi = UiaWindowClosedEventArgs
The abi representation of the implementing type. Read more
type DefaultType = UiaWindowClosedEventArgs
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for UiaWindowClosedEventArgs
impl Clone for UiaWindowClosedEventArgs
Source§fn clone(&self) -> UiaWindowClosedEventArgs
fn clone(&self) -> UiaWindowClosedEventArgs
Returns a copy 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 Debug for UiaWindowClosedEventArgs
impl Debug for UiaWindowClosedEventArgs
Source§impl Default for UiaWindowClosedEventArgs
impl Default for UiaWindowClosedEventArgs
Source§impl PartialEq for UiaWindowClosedEventArgs
impl PartialEq for UiaWindowClosedEventArgs
impl Copy for UiaWindowClosedEventArgs
impl Eq 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