pub struct UAObject {
pub base: UAInstance,
pub event_notifier: EventNotifier,
}Expand description
OPC UA Object in a nodeset.
Fields§
§base: UAInstanceBase data.
event_notifier: EventNotifierDefault node event notifier.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UAObject
impl RefUnwindSafe for UAObject
impl Send for UAObject
impl Sync for UAObject
impl Unpin for UAObject
impl UnwindSafe for UAObject
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