Struct AutomationRemoteOperationOperandId
#[repr(C)]pub struct AutomationRemoteOperationOperandId {
pub Value: i32,
}
Fields§
§Value: i32
Trait Implementations§
§impl Clone for AutomationRemoteOperationOperandId
impl Clone for AutomationRemoteOperationOperandId
§fn clone(&self) -> AutomationRemoteOperationOperandId
fn clone(&self) -> AutomationRemoteOperationOperandId
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 AutomationRemoteOperationOperandId
impl Debug for AutomationRemoteOperationOperandId
§impl Default for AutomationRemoteOperationOperandId
impl Default for AutomationRemoteOperationOperandId
§fn default() -> AutomationRemoteOperationOperandId
fn default() -> AutomationRemoteOperationOperandId
Returns the “default value” for a type. Read more
§impl PartialEq for AutomationRemoteOperationOperandId
impl PartialEq for AutomationRemoteOperationOperandId
§fn eq(&self, other: &AutomationRemoteOperationOperandId) -> bool
fn eq(&self, other: &AutomationRemoteOperationOperandId) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for AutomationRemoteOperationOperandId
impl StructuralPartialEq for AutomationRemoteOperationOperandId
Auto Trait Implementations§
impl Freeze for AutomationRemoteOperationOperandId
impl RefUnwindSafe for AutomationRemoteOperationOperandId
impl Send for AutomationRemoteOperationOperandId
impl Sync for AutomationRemoteOperationOperandId
impl Unpin for AutomationRemoteOperationOperandId
impl UnwindSafe for AutomationRemoteOperationOperandId
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