pub struct MonitoredItemEntry {
pub enabled: bool,
pub data_encoding: DataEncoding,
pub index_range: NumericRange,
}Expand description
A basic description of the monitoring parameters for a monitored item, used for conditional sampling.
Fields§
§enabled: boolWhether the monitored item is currently active.
data_encoding: DataEncodingThe data encoding of the monitored item.
index_range: NumericRangeThe index range of the monitored item.
Auto Trait Implementations§
impl Freeze for MonitoredItemEntry
impl RefUnwindSafe for MonitoredItemEntry
impl Send for MonitoredItemEntry
impl Sync for MonitoredItemEntry
impl Unpin for MonitoredItemEntry
impl UnsafeUnpin for MonitoredItemEntry
impl UnwindSafe for MonitoredItemEntry
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