#[repr(transparent)]pub struct AutomationElementMode(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
Source§impl Abi for AutomationElementMode
impl Abi for AutomationElementMode
Source§type Abi = AutomationElementMode
type Abi = AutomationElementMode
The abi representation of the implementing type. Read more
type DefaultType = AutomationElementMode
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for AutomationElementMode
impl Clone for AutomationElementMode
Source§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 moreSource§impl Debug for AutomationElementMode
impl Debug for AutomationElementMode
Source§impl Default for AutomationElementMode
impl Default for AutomationElementMode
Source§fn default() -> AutomationElementMode
fn default() -> AutomationElementMode
Returns the “default value” for a type. Read more
Source§impl From<i32> for AutomationElementMode
impl From<i32> for AutomationElementMode
Source§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