#[repr(C)]pub struct UA_MonitoredItemNotification {
pub clientHandle: UA_UInt32,
pub value: UA_DataValue,
}Fields§
§clientHandle: UA_UInt32§value: UA_DataValueTrait Implementations§
Source§impl Debug for UA_MonitoredItemNotification
impl Debug for UA_MonitoredItemNotification
Auto Trait Implementations§
impl Freeze for UA_MonitoredItemNotification
impl RefUnwindSafe for UA_MonitoredItemNotification
impl !Send for UA_MonitoredItemNotification
impl !Sync for UA_MonitoredItemNotification
impl Unpin for UA_MonitoredItemNotification
impl UnwindSafe for UA_MonitoredItemNotification
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