Struct UIAutomationType
#[repr(transparent)]pub struct UIAutomationType(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl UIAutomationType
impl UIAutomationType
Trait Implementations§
§impl BitAnd for UIAutomationType
impl BitAnd for UIAutomationType
§impl BitAndAssign for UIAutomationType
impl BitAndAssign for UIAutomationType
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for UIAutomationType
impl BitOr for UIAutomationType
§impl BitOrAssign for UIAutomationType
impl BitOrAssign for UIAutomationType
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for UIAutomationType
impl Clone for UIAutomationType
§fn clone(&self) -> UIAutomationType
fn clone(&self) -> UIAutomationType
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 UIAutomationType
impl Debug for UIAutomationType
§impl Default for UIAutomationType
impl Default for UIAutomationType
§fn default() -> UIAutomationType
fn default() -> UIAutomationType
Returns the “default value” for a type. Read more
§impl Not for UIAutomationType
impl Not for UIAutomationType
§impl PartialEq for UIAutomationType
impl PartialEq for UIAutomationType
impl Copy for UIAutomationType
impl Eq for UIAutomationType
impl StructuralPartialEq for UIAutomationType
Auto Trait Implementations§
impl Freeze for UIAutomationType
impl RefUnwindSafe for UIAutomationType
impl Send for UIAutomationType
impl Sync for UIAutomationType
impl Unpin for UIAutomationType
impl UnwindSafe for UIAutomationType
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