#[repr(C)]pub struct UserStatistics {
pub nVoicePacketsRecv: INT64,
pub nVoicePacketsLost: INT64,
pub nVideoCapturePacketsRecv: INT64,
pub nVideoCaptureFramesRecv: INT64,
pub nVideoCaptureFramesLost: INT64,
pub nVideoCaptureFramesDropped: INT64,
pub nMediaFileAudioPacketsRecv: INT64,
pub nMediaFileAudioPacketsLost: INT64,
pub nMediaFileVideoPacketsRecv: INT64,
pub nMediaFileVideoFramesRecv: INT64,
pub nMediaFileVideoFramesLost: INT64,
pub nMediaFileVideoFramesDropped: INT64,
}Fields§
§nVoicePacketsRecv: INT64§nVoicePacketsLost: INT64§nVideoCapturePacketsRecv: INT64§nVideoCaptureFramesRecv: INT64§nVideoCaptureFramesLost: INT64§nVideoCaptureFramesDropped: INT64§nMediaFileAudioPacketsRecv: INT64§nMediaFileAudioPacketsLost: INT64§nMediaFileVideoPacketsRecv: INT64§nMediaFileVideoFramesRecv: INT64§nMediaFileVideoFramesLost: INT64§nMediaFileVideoFramesDropped: INT64Trait Implementations§
Source§impl Clone for UserStatistics
impl Clone for UserStatistics
Source§fn clone(&self) -> UserStatistics
fn clone(&self) -> UserStatistics
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 UserStatistics
impl Debug for UserStatistics
Source§impl Default for UserStatistics
impl Default for UserStatistics
Source§fn default() -> UserStatistics
fn default() -> UserStatistics
Returns the “default value” for a type. Read more
impl Copy for UserStatistics
Auto Trait Implementations§
impl Freeze for UserStatistics
impl RefUnwindSafe for UserStatistics
impl Send for UserStatistics
impl Sync for UserStatistics
impl Unpin for UserStatistics
impl UnwindSafe for UserStatistics
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