#[repr(C)]pub struct UA_SamplingIntervalDiagnosticsDataType {
pub samplingInterval: UA_Double,
pub monitoredItemCount: UA_UInt32,
pub maxMonitoredItemCount: UA_UInt32,
pub disabledMonitoredItemCount: UA_UInt32,
}Fields§
§samplingInterval: UA_Double§monitoredItemCount: UA_UInt32§maxMonitoredItemCount: UA_UInt32§disabledMonitoredItemCount: UA_UInt32Trait Implementations§
Source§impl Default for UA_SamplingIntervalDiagnosticsDataType
impl Default for UA_SamplingIntervalDiagnosticsDataType
Source§fn default() -> UA_SamplingIntervalDiagnosticsDataType
fn default() -> UA_SamplingIntervalDiagnosticsDataType
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UA_SamplingIntervalDiagnosticsDataType
impl RefUnwindSafe for UA_SamplingIntervalDiagnosticsDataType
impl Send for UA_SamplingIntervalDiagnosticsDataType
impl Sync for UA_SamplingIntervalDiagnosticsDataType
impl Unpin for UA_SamplingIntervalDiagnosticsDataType
impl UnwindSafe for UA_SamplingIntervalDiagnosticsDataType
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