#[repr(C)]pub struct UA_SecureChannelStatistics {
pub currentChannelCount: usize,
pub cumulatedChannelCount: usize,
pub rejectedChannelCount: usize,
pub channelTimeoutCount: usize,
pub channelAbortCount: usize,
pub channelPurgeCount: usize,
}Fields§
§currentChannelCount: usize§cumulatedChannelCount: usize§rejectedChannelCount: usize§channelTimeoutCount: usize§channelAbortCount: usize§channelPurgeCount: usizeTrait Implementations§
Source§impl Clone for UA_SecureChannelStatistics
impl Clone for UA_SecureChannelStatistics
Source§fn clone(&self) -> UA_SecureChannelStatistics
fn clone(&self) -> UA_SecureChannelStatistics
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 moreSource§impl Debug for UA_SecureChannelStatistics
impl Debug for UA_SecureChannelStatistics
impl Copy for UA_SecureChannelStatistics
Auto Trait Implementations§
impl Freeze for UA_SecureChannelStatistics
impl RefUnwindSafe for UA_SecureChannelStatistics
impl Send for UA_SecureChannelStatistics
impl Sync for UA_SecureChannelStatistics
impl Unpin for UA_SecureChannelStatistics
impl UnwindSafe for UA_SecureChannelStatistics
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