#[repr(C)]pub struct UA_DataChangeNotification {
pub monitoredItemsSize: usize,
pub monitoredItems: *mut UA_MonitoredItemNotification,
pub diagnosticInfosSize: usize,
pub diagnosticInfos: *mut UA_DiagnosticInfo,
}Fields§
§monitoredItemsSize: usize§monitoredItems: *mut UA_MonitoredItemNotification§diagnosticInfosSize: usize§diagnosticInfos: *mut UA_DiagnosticInfoTrait Implementations§
Source§impl Debug for UA_DataChangeNotification
impl Debug for UA_DataChangeNotification
Auto Trait Implementations§
impl Freeze for UA_DataChangeNotification
impl RefUnwindSafe for UA_DataChangeNotification
impl !Send for UA_DataChangeNotification
impl !Sync for UA_DataChangeNotification
impl Unpin for UA_DataChangeNotification
impl UnwindSafe for UA_DataChangeNotification
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