#[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§
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