#[repr(C)]pub struct UA_FieldTargetDataType {
pub dataSetFieldId: UA_Guid,
pub receiverIndexRange: UA_String,
pub targetNodeId: UA_NodeId,
pub attributeId: UA_UInt32,
pub writeIndexRange: UA_String,
pub overrideValueHandling: UA_OverrideValueHandling,
pub overrideValue: UA_Variant,
}Fields§
§dataSetFieldId: UA_Guid§receiverIndexRange: UA_String§targetNodeId: UA_NodeId§attributeId: UA_UInt32§writeIndexRange: UA_String§overrideValueHandling: UA_OverrideValueHandling§overrideValue: UA_VariantTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_FieldTargetDataType
impl RefUnwindSafe for UA_FieldTargetDataType
impl !Send for UA_FieldTargetDataType
impl !Sync for UA_FieldTargetDataType
impl Unpin for UA_FieldTargetDataType
impl UnwindSafe for UA_FieldTargetDataType
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