#[repr(C)]pub struct AutomationRemoteOperationOperandId {
pub Value: i32,
}
Expand description
Required features: "UI_UIAutomation_Core"
Fields
Value: i32
Trait Implementations
impl Clone for AutomationRemoteOperationOperandId
impl Clone for AutomationRemoteOperationOperandId
impl Copy for AutomationRemoteOperationOperandId
Auto Trait Implementations
impl RefUnwindSafe for AutomationRemoteOperationOperandId
impl Send for AutomationRemoteOperationOperandId
impl Sync for AutomationRemoteOperationOperandId
impl Unpin for AutomationRemoteOperationOperandId
impl UnwindSafe for AutomationRemoteOperationOperandId
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more