#[repr(C)]pub struct tSdkFrameStatistic {
pub iTotal: INT,
pub iCapture: INT,
pub iLost: INT,
}Fields§
§iTotal: INT§iCapture: INT§iLost: INTTrait Implementations§
Source§impl Clone for tSdkFrameStatistic
impl Clone for tSdkFrameStatistic
Source§fn clone(&self) -> tSdkFrameStatistic
fn clone(&self) -> tSdkFrameStatistic
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 tSdkFrameStatistic
impl Debug for tSdkFrameStatistic
Source§impl Default for tSdkFrameStatistic
impl Default for tSdkFrameStatistic
Source§fn default() -> tSdkFrameStatistic
fn default() -> tSdkFrameStatistic
Returns the “default value” for a type. Read more
impl Copy for tSdkFrameStatistic
Auto Trait Implementations§
impl Freeze for tSdkFrameStatistic
impl RefUnwindSafe for tSdkFrameStatistic
impl Send for tSdkFrameStatistic
impl Sync for tSdkFrameStatistic
impl Unpin for tSdkFrameStatistic
impl UnwindSafe for tSdkFrameStatistic
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