Struct AutomationElementMode
#[repr(transparent)]pub struct AutomationElementMode(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for AutomationElementMode
impl Clone for AutomationElementMode
§fn clone(&self) -> AutomationElementMode
fn clone(&self) -> AutomationElementMode
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 AutomationElementMode
impl Debug for AutomationElementMode
§impl Default for AutomationElementMode
impl Default for AutomationElementMode
§fn default() -> AutomationElementMode
fn default() -> AutomationElementMode
Returns the “default value” for a type. Read more
§impl PartialEq for AutomationElementMode
impl PartialEq for AutomationElementMode
impl Copy for AutomationElementMode
impl Eq for AutomationElementMode
impl StructuralPartialEq for AutomationElementMode
Auto Trait Implementations§
impl Freeze for AutomationElementMode
impl RefUnwindSafe for AutomationElementMode
impl Send for AutomationElementMode
impl Sync for AutomationElementMode
impl Unpin for AutomationElementMode
impl UnwindSafe for AutomationElementMode
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