pub struct NodeSet2 {
pub node_set: Option<UANodeSet>,
pub node_set_changes: Option<UANodeSetChanges>,
pub node_set_changes_status: Option<UANodeSetChangesStatus>,
}Expand description
Struct representing a NodeSet2.xml file.
NodeSet files are used as a portable format for OPC-UA node hierarchies.
Fields§
§node_set: Option<UANodeSet>Full node set.
node_set_changes: Option<UANodeSetChanges>Partial node set diff.
node_set_changes_status: Option<UANodeSetChangesStatus>Status of node set changes.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NodeSet2
impl RefUnwindSafe for NodeSet2
impl Send for NodeSet2
impl Sync for NodeSet2
impl Unpin for NodeSet2
impl UnwindSafe for NodeSet2
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