#[repr(C)]pub struct UA_EventDescription {
pub sourceNode: UA_NodeId,
pub eventType: UA_NodeId,
pub severity: UA_UInt16,
pub message: UA_LocalizedText,
pub eventFields: *const UA_KeyValueMap,
pub eventInstance: *const UA_NodeId,
pub sessionId: *const UA_NodeId,
pub subscriptionId: *const UA_UInt32,
pub monitoredItemId: *const UA_UInt32,
}Fields§
§sourceNode: UA_NodeId§eventType: UA_NodeId§severity: UA_UInt16§message: UA_LocalizedText§eventFields: *const UA_KeyValueMap§eventInstance: *const UA_NodeId§sessionId: *const UA_NodeId§subscriptionId: *const UA_UInt32§monitoredItemId: *const UA_UInt32Trait Implementations§
Auto Trait Implementations§
impl !Send for UA_EventDescription
impl !Sync for UA_EventDescription
impl Freeze for UA_EventDescription
impl RefUnwindSafe for UA_EventDescription
impl Unpin for UA_EventDescription
impl UnsafeUnpin for UA_EventDescription
impl UnwindSafe for UA_EventDescription
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