pub struct IUIAutomationAndCondition(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for IUIAutomationAndCondition
impl Clone for IUIAutomationAndCondition
Source§fn clone(&self) -> IUIAutomationAndCondition
fn clone(&self) -> IUIAutomationAndCondition
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 IUIAutomationAndCondition
impl Debug for IUIAutomationAndCondition
Source§impl From<&IUIAutomationAndCondition> for IUIAutomationCondition
impl From<&IUIAutomationAndCondition> for IUIAutomationCondition
Source§fn from(value: &IUIAutomationAndCondition) -> IUIAutomationCondition
fn from(value: &IUIAutomationAndCondition) -> IUIAutomationCondition
Converts to this type from the input type.
Source§impl From<IUIAutomationAndCondition> for IUIAutomationCondition
impl From<IUIAutomationAndCondition> for IUIAutomationCondition
Source§fn from(value: IUIAutomationAndCondition) -> IUIAutomationCondition
fn from(value: IUIAutomationAndCondition) -> IUIAutomationCondition
Converts to this type from the input type.
Source§impl Interface for IUIAutomationAndCondition
impl Interface for IUIAutomationAndCondition
impl Eq for IUIAutomationAndCondition
impl StructuralPartialEq for IUIAutomationAndCondition
Auto Trait Implementations§
impl Freeze for IUIAutomationAndCondition
impl RefUnwindSafe for IUIAutomationAndCondition
impl !Send for IUIAutomationAndCondition
impl !Sync for IUIAutomationAndCondition
impl Unpin for IUIAutomationAndCondition
impl UnwindSafe for IUIAutomationAndCondition
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