#[repr(C)]pub struct ServerStatistics {Show 15 fields
pub nTotalBytesTX: INT64,
pub nTotalBytesRX: INT64,
pub nVoiceBytesTX: INT64,
pub nVoiceBytesRX: INT64,
pub nVideoCaptureBytesTX: INT64,
pub nVideoCaptureBytesRX: INT64,
pub nMediaFileBytesTX: INT64,
pub nMediaFileBytesRX: INT64,
pub nDesktopBytesTX: INT64,
pub nDesktopBytesRX: INT64,
pub nUsersServed: INT32,
pub nUsersPeak: INT32,
pub nFilesTx: INT64,
pub nFilesRx: INT64,
pub nUptimeMSec: INT64,
}Fields§
§nTotalBytesTX: INT64§nTotalBytesRX: INT64§nVoiceBytesTX: INT64§nVoiceBytesRX: INT64§nVideoCaptureBytesTX: INT64§nVideoCaptureBytesRX: INT64§nMediaFileBytesTX: INT64§nMediaFileBytesRX: INT64§nDesktopBytesTX: INT64§nDesktopBytesRX: INT64§nUsersServed: INT32§nUsersPeak: INT32§nFilesTx: INT64§nFilesRx: INT64§nUptimeMSec: INT64Trait Implementations§
Source§impl Clone for ServerStatistics
impl Clone for ServerStatistics
Source§fn clone(&self) -> ServerStatistics
fn clone(&self) -> 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 ServerStatistics
impl Debug for ServerStatistics
Source§impl Default for ServerStatistics
impl Default for ServerStatistics
Source§fn default() -> ServerStatistics
fn default() -> ServerStatistics
Returns the “default value” for a type. Read more
impl Copy for ServerStatistics
Auto Trait Implementations§
impl Freeze for ServerStatistics
impl RefUnwindSafe for ServerStatistics
impl Send for ServerStatistics
impl Sync for ServerStatistics
impl Unpin for ServerStatistics
impl UnwindSafe for 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