Struct windows::Win32::UI::Accessibility::EventArgsType
#[repr(transparent)]pub struct EventArgsType(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for EventArgsType
impl Clone for EventArgsType
§fn clone(&self) -> EventArgsType
fn clone(&self) -> EventArgsType
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 more§impl Debug for EventArgsType
impl Debug for EventArgsType
§impl Default for EventArgsType
impl Default for EventArgsType
§fn default() -> EventArgsType
fn default() -> EventArgsType
Returns the “default value” for a type. Read more
§impl PartialEq for EventArgsType
impl PartialEq for EventArgsType
§fn eq(&self, other: &EventArgsType) -> bool
fn eq(&self, other: &EventArgsType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for EventArgsType
impl Eq for EventArgsType
impl StructuralPartialEq for EventArgsType
Auto Trait Implementations§
impl Freeze for EventArgsType
impl RefUnwindSafe for EventArgsType
impl Send for EventArgsType
impl Sync for EventArgsType
impl Unpin for EventArgsType
impl UnwindSafe for EventArgsType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)