#[repr(C)]pub struct IUIAutomationNotCondition {
pub lpVtbl: *const IUIAutomationNotConditionVtbl,
}
Fields§
§lpVtbl: *const IUIAutomationNotConditionVtbl
Implementations§
Trait Implementations§
Source§impl Deref for IUIAutomationNotCondition
impl Deref for IUIAutomationNotCondition
Source§type Target = IUIAutomationCondition
type Target = IUIAutomationCondition
The resulting type after dereferencing.
Source§fn deref(&self) -> &IUIAutomationCondition
fn deref(&self) -> &IUIAutomationCondition
Dereferences the value.
Auto Trait Implementations§
impl Freeze for IUIAutomationNotCondition
impl RefUnwindSafe for IUIAutomationNotCondition
impl !Send for IUIAutomationNotCondition
impl !Sync for IUIAutomationNotCondition
impl Unpin for IUIAutomationNotCondition
impl UnwindSafe for IUIAutomationNotCondition
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