#[repr(C)]pub struct UA_UpdateEventDetails {
pub nodeId: UA_NodeId,
pub performInsertReplace: UA_PerformUpdateType,
pub filter: UA_EventFilter,
pub eventDataSize: usize,
pub eventData: *mut UA_HistoryEventFieldList,
}Fields§
§nodeId: UA_NodeId§performInsertReplace: UA_PerformUpdateType§filter: UA_EventFilter§eventDataSize: usize§eventData: *mut UA_HistoryEventFieldListTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_UpdateEventDetails
impl RefUnwindSafe for UA_UpdateEventDetails
impl !Send for UA_UpdateEventDetails
impl !Sync for UA_UpdateEventDetails
impl Unpin for UA_UpdateEventDetails
impl UnwindSafe for UA_UpdateEventDetails
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