#[repr(C)]pub struct UA_PubSubConfigurationDataType {
pub publishedDataSetsSize: usize,
pub publishedDataSets: *mut UA_PublishedDataSetDataType,
pub connectionsSize: usize,
pub connections: *mut UA_PubSubConnectionDataType,
pub enabled: UA_Boolean,
}Fields§
§publishedDataSetsSize: usize§publishedDataSets: *mut UA_PublishedDataSetDataType§connectionsSize: usize§connections: *mut UA_PubSubConnectionDataType§enabled: UA_BooleanTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_PubSubConfigurationDataType
impl RefUnwindSafe for UA_PubSubConfigurationDataType
impl !Send for UA_PubSubConfigurationDataType
impl !Sync for UA_PubSubConfigurationDataType
impl Unpin for UA_PubSubConfigurationDataType
impl UnwindSafe for UA_PubSubConfigurationDataType
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