#[repr(C)]pub struct UiaEventArgs {
pub Type: EventArgsType,
pub EventId: c_int,
}
Fields§
§Type: EventArgsType
§EventId: c_int
Trait Implementations§
Source§impl Clone for UiaEventArgs
impl Clone for UiaEventArgs
Source§fn clone(&self) -> UiaEventArgs
fn clone(&self) -> UiaEventArgs
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 UiaEventArgs
impl Default for UiaEventArgs
Source§fn default() -> UiaEventArgs
fn default() -> UiaEventArgs
Returns the “default value” for a type. Read more
impl Copy for UiaEventArgs
Auto Trait Implementations§
impl Freeze for UiaEventArgs
impl RefUnwindSafe for UiaEventArgs
impl Send for UiaEventArgs
impl Sync for UiaEventArgs
impl Unpin for UiaEventArgs
impl UnwindSafe for UiaEventArgs
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