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