pub struct PvMonitorEvent {
pub pv_name: String,
pub value: DecodedValue,
}Expand description
A single monitor update delivered by PvaClient::pvmonitor.
Fields§
§pv_name: String§value: DecodedValueTrait Implementations§
Source§impl Clone for PvMonitorEvent
impl Clone for PvMonitorEvent
Source§fn clone(&self) -> PvMonitorEvent
fn clone(&self) -> PvMonitorEvent
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 PvMonitorEvent
impl RefUnwindSafe for PvMonitorEvent
impl Send for PvMonitorEvent
impl Sync for PvMonitorEvent
impl Unpin for PvMonitorEvent
impl UnsafeUnpin for PvMonitorEvent
impl UnwindSafe for PvMonitorEvent
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