#[repr(C)]pub struct UA_PubSubConfigurationRefDataType {
pub configurationMask: UA_PubSubConfigurationRefMask,
pub elementIndex: UA_UInt16,
pub connectionIndex: UA_UInt16,
pub groupIndex: UA_UInt16,
}Fields§
§configurationMask: UA_PubSubConfigurationRefMask§elementIndex: UA_UInt16§connectionIndex: UA_UInt16§groupIndex: UA_UInt16Trait Implementations§
Source§impl Default for UA_PubSubConfigurationRefDataType
impl Default for UA_PubSubConfigurationRefDataType
Source§fn default() -> UA_PubSubConfigurationRefDataType
fn default() -> UA_PubSubConfigurationRefDataType
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UA_PubSubConfigurationRefDataType
impl RefUnwindSafe for UA_PubSubConfigurationRefDataType
impl Send for UA_PubSubConfigurationRefDataType
impl Sync for UA_PubSubConfigurationRefDataType
impl Unpin for UA_PubSubConfigurationRefDataType
impl UnwindSafe for UA_PubSubConfigurationRefDataType
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