pub struct MonitoredItemRef { /* private fields */ }Expand description
Reference to a monitored item in the server subscription cache.
Implementations§
Source§impl MonitoredItemRef
impl MonitoredItemRef
Sourcepub fn handle(&self) -> MonitoredItemHandle
pub fn handle(&self) -> MonitoredItemHandle
Monitored item handle, uniquely identifies a monitored item.
Sourcepub fn attribute(&self) -> AttributeId
pub fn attribute(&self) -> AttributeId
Attribute ID of the monitored item.
Trait Implementations§
Source§impl Clone for MonitoredItemRef
impl Clone for MonitoredItemRef
Source§fn clone(&self) -> MonitoredItemRef
fn clone(&self) -> MonitoredItemRef
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for MonitoredItemRef
impl RefUnwindSafe for MonitoredItemRef
impl Send for MonitoredItemRef
impl Sync for MonitoredItemRef
impl Unpin for MonitoredItemRef
impl UnsafeUnpin for MonitoredItemRef
impl UnwindSafe for MonitoredItemRef
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