#[repr(C)]pub struct UA_ServerStatistics {
pub scs: UA_SecureChannelStatistics,
pub ss: UA_SessionStatistics,
}Fields§
§scs: UA_SecureChannelStatistics§ss: UA_SessionStatisticsTrait Implementations§
Source§impl Debug for UA_ServerStatistics
impl Debug for UA_ServerStatistics
Source§impl Default for UA_ServerStatistics
impl Default for UA_ServerStatistics
Source§fn default() -> UA_ServerStatistics
fn default() -> UA_ServerStatistics
Returns the “default value” for a type. Read more
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