#[repr(C)]pub struct UA_MonitoringParameters {
pub clientHandle: UA_UInt32,
pub samplingInterval: UA_Double,
pub filter: UA_ExtensionObject,
pub queueSize: UA_UInt32,
pub discardOldest: UA_Boolean,
}Fields§
§clientHandle: UA_UInt32§samplingInterval: UA_Double§filter: UA_ExtensionObject§queueSize: UA_UInt32§discardOldest: UA_BooleanTrait Implementations§
Source§impl Clone for UA_MonitoringParameters
impl Clone for UA_MonitoringParameters
Source§fn clone(&self) -> UA_MonitoringParameters
fn clone(&self) -> UA_MonitoringParameters
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 moreimpl Copy for UA_MonitoringParameters
Auto Trait Implementations§
impl Freeze for UA_MonitoringParameters
impl RefUnwindSafe for UA_MonitoringParameters
impl !Send for UA_MonitoringParameters
impl !Sync for UA_MonitoringParameters
impl Unpin for UA_MonitoringParameters
impl UnwindSafe for UA_MonitoringParameters
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