#[repr(C)]pub struct ClientStatistics {Show 17 fields
pub nUdpBytesSent: INT64,
pub nUdpBytesRecv: INT64,
pub nVoiceBytesSent: INT64,
pub nVoiceBytesRecv: INT64,
pub nVideoCaptureBytesSent: INT64,
pub nVideoCaptureBytesRecv: INT64,
pub nMediaFileAudioBytesSent: INT64,
pub nMediaFileAudioBytesRecv: INT64,
pub nMediaFileVideoBytesSent: INT64,
pub nMediaFileVideoBytesRecv: INT64,
pub nDesktopBytesSent: INT64,
pub nDesktopBytesRecv: INT64,
pub nUdpPingTimeMs: INT32,
pub nTcpPingTimeMs: INT32,
pub nTcpServerSilenceSec: INT32,
pub nUdpServerSilenceSec: INT32,
pub nSoundInputDeviceDelayMSec: INT32,
}Fields§
§nUdpBytesSent: INT64§nUdpBytesRecv: INT64§nVoiceBytesSent: INT64§nVoiceBytesRecv: INT64§nVideoCaptureBytesSent: INT64§nVideoCaptureBytesRecv: INT64§nMediaFileAudioBytesSent: INT64§nMediaFileAudioBytesRecv: INT64§nMediaFileVideoBytesSent: INT64§nMediaFileVideoBytesRecv: INT64§nDesktopBytesSent: INT64§nDesktopBytesRecv: INT64§nUdpPingTimeMs: INT32§nTcpPingTimeMs: INT32§nTcpServerSilenceSec: INT32§nUdpServerSilenceSec: INT32§nSoundInputDeviceDelayMSec: INT32Trait Implementations§
Source§impl Clone for ClientStatistics
impl Clone for ClientStatistics
Source§fn clone(&self) -> ClientStatistics
fn clone(&self) -> ClientStatistics
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 ClientStatistics
impl Debug for ClientStatistics
Source§impl Default for ClientStatistics
impl Default for ClientStatistics
Source§fn default() -> ClientStatistics
fn default() -> ClientStatistics
Returns the “default value” for a type. Read more
impl Copy for ClientStatistics
Auto Trait Implementations§
impl Freeze for ClientStatistics
impl RefUnwindSafe for ClientStatistics
impl Send for ClientStatistics
impl Sync for ClientStatistics
impl Unpin for ClientStatistics
impl UnwindSafe for ClientStatistics
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