#[repr(C)]pub struct UA_PublishedVariableDataType {
pub publishedVariable: UA_NodeId,
pub attributeId: UA_UInt32,
pub samplingIntervalHint: UA_Double,
pub deadbandType: UA_UInt32,
pub deadbandValue: UA_Double,
pub indexRange: UA_String,
pub substituteValue: UA_Variant,
pub metaDataPropertiesSize: usize,
pub metaDataProperties: *mut UA_QualifiedName,
}Fields§
§publishedVariable: UA_NodeId§attributeId: UA_UInt32§samplingIntervalHint: UA_Double§deadbandType: UA_UInt32§deadbandValue: UA_Double§indexRange: UA_String§substituteValue: UA_Variant§metaDataPropertiesSize: usize§metaDataProperties: *mut UA_QualifiedNameTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_PublishedVariableDataType
impl RefUnwindSafe for UA_PublishedVariableDataType
impl !Send for UA_PublishedVariableDataType
impl !Sync for UA_PublishedVariableDataType
impl Unpin for UA_PublishedVariableDataType
impl UnwindSafe for UA_PublishedVariableDataType
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