#[repr(C)]pub struct UA_DataSetReaderDataType {Show 19 fields
pub name: UA_String,
pub enabled: UA_Boolean,
pub publisherId: UA_Variant,
pub writerGroupId: UA_UInt16,
pub dataSetWriterId: UA_UInt16,
pub dataSetMetaData: UA_DataSetMetaDataType,
pub dataSetFieldContentMask: UA_DataSetFieldContentMask,
pub messageReceiveTimeout: UA_Double,
pub keyFrameCount: UA_UInt32,
pub headerLayoutUri: UA_String,
pub securityMode: UA_MessageSecurityMode,
pub securityGroupId: UA_String,
pub securityKeyServicesSize: usize,
pub securityKeyServices: *mut UA_EndpointDescription,
pub dataSetReaderPropertiesSize: usize,
pub dataSetReaderProperties: *mut UA_KeyValuePair,
pub transportSettings: UA_ExtensionObject,
pub messageSettings: UA_ExtensionObject,
pub subscribedDataSet: UA_ExtensionObject,
}Fields§
§name: UA_String§enabled: UA_Boolean§publisherId: UA_Variant§writerGroupId: UA_UInt16§dataSetWriterId: UA_UInt16§dataSetMetaData: UA_DataSetMetaDataType§dataSetFieldContentMask: UA_DataSetFieldContentMask§messageReceiveTimeout: UA_Double§keyFrameCount: UA_UInt32§headerLayoutUri: UA_String§securityMode: UA_MessageSecurityMode§securityGroupId: UA_String§securityKeyServicesSize: usize§securityKeyServices: *mut UA_EndpointDescription§dataSetReaderPropertiesSize: usize§dataSetReaderProperties: *mut UA_KeyValuePair§transportSettings: UA_ExtensionObject§messageSettings: UA_ExtensionObject§subscribedDataSet: UA_ExtensionObjectTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_DataSetReaderDataType
impl RefUnwindSafe for UA_DataSetReaderDataType
impl !Send for UA_DataSetReaderDataType
impl !Sync for UA_DataSetReaderDataType
impl Unpin for UA_DataSetReaderDataType
impl UnwindSafe for UA_DataSetReaderDataType
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