#[repr(C)]pub struct VpxTplGopStats {
pub size: c_int,
pub frame_stats_list: *mut VpxTplFrameStats,
}Fields§
§size: c_int§frame_stats_list: *mut VpxTplFrameStatsTrait Implementations§
Source§impl Clone for VpxTplGopStats
impl Clone for VpxTplGopStats
Source§fn clone(&self) -> VpxTplGopStats
fn clone(&self) -> VpxTplGopStats
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VpxTplGopStats
Auto Trait Implementations§
impl !Send for VpxTplGopStats
impl !Sync for VpxTplGopStats
impl Freeze for VpxTplGopStats
impl RefUnwindSafe for VpxTplGopStats
impl Unpin for VpxTplGopStats
impl UnsafeUnpin for VpxTplGopStats
impl UnwindSafe for VpxTplGopStats
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