#[repr(C)]pub struct UA_ServerStatistics {
pub scs: UA_SecureChannelStatistics,
pub ss: UA_SessionStatistics,
}Fields§
§scs: UA_SecureChannelStatistics§ss: UA_SessionStatisticsTrait Implementations§
Source§impl Clone for UA_ServerStatistics
impl Clone for UA_ServerStatistics
Source§fn clone(&self) -> UA_ServerStatistics
fn clone(&self) -> UA_ServerStatistics
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_ServerStatistics
impl Debug for UA_ServerStatistics
impl Copy for UA_ServerStatistics
Auto Trait Implementations§
impl Freeze for UA_ServerStatistics
impl RefUnwindSafe for UA_ServerStatistics
impl Send for UA_ServerStatistics
impl Sync for UA_ServerStatistics
impl Unpin for UA_ServerStatistics
impl UnwindSafe for UA_ServerStatistics
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