#[repr(C)]pub struct UA_PubSubConfigurationValueDataType {
pub configurationElement: UA_PubSubConfigurationRefDataType,
pub name: UA_String,
pub identifier: UA_Variant,
}Fields§
§configurationElement: UA_PubSubConfigurationRefDataType§name: UA_String§identifier: UA_VariantTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_PubSubConfigurationValueDataType
impl RefUnwindSafe for UA_PubSubConfigurationValueDataType
impl !Send for UA_PubSubConfigurationValueDataType
impl !Sync for UA_PubSubConfigurationValueDataType
impl Unpin for UA_PubSubConfigurationValueDataType
impl UnwindSafe for UA_PubSubConfigurationValueDataType
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