#[repr(C)]pub struct UA_ServerDiagnosticsSummaryDataType {
pub serverViewCount: UA_UInt32,
pub currentSessionCount: UA_UInt32,
pub cumulatedSessionCount: UA_UInt32,
pub securityRejectedSessionCount: UA_UInt32,
pub rejectedSessionCount: UA_UInt32,
pub sessionTimeoutCount: UA_UInt32,
pub sessionAbortCount: UA_UInt32,
pub currentSubscriptionCount: UA_UInt32,
pub cumulatedSubscriptionCount: UA_UInt32,
pub publishingIntervalCount: UA_UInt32,
pub securityRejectedRequestsCount: UA_UInt32,
pub rejectedRequestsCount: UA_UInt32,
}Fields§
§serverViewCount: UA_UInt32§currentSessionCount: UA_UInt32§cumulatedSessionCount: UA_UInt32§securityRejectedSessionCount: UA_UInt32§rejectedSessionCount: UA_UInt32§sessionTimeoutCount: UA_UInt32§sessionAbortCount: UA_UInt32§currentSubscriptionCount: UA_UInt32§cumulatedSubscriptionCount: UA_UInt32§publishingIntervalCount: UA_UInt32§securityRejectedRequestsCount: UA_UInt32§rejectedRequestsCount: UA_UInt32Trait Implementations§
Source§impl Clone for UA_ServerDiagnosticsSummaryDataType
impl Clone for UA_ServerDiagnosticsSummaryDataType
Source§fn clone(&self) -> UA_ServerDiagnosticsSummaryDataType
fn clone(&self) -> UA_ServerDiagnosticsSummaryDataType
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_ServerDiagnosticsSummaryDataType
Auto Trait Implementations§
impl Freeze for UA_ServerDiagnosticsSummaryDataType
impl RefUnwindSafe for UA_ServerDiagnosticsSummaryDataType
impl Send for UA_ServerDiagnosticsSummaryDataType
impl Sync for UA_ServerDiagnosticsSummaryDataType
impl Unpin for UA_ServerDiagnosticsSummaryDataType
impl UnwindSafe for UA_ServerDiagnosticsSummaryDataType
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