#[repr(C)]pub struct VpxTplFrameStats {
pub frame_width: c_int,
pub frame_height: c_int,
pub num_blocks: c_int,
pub block_stats_list: *mut VpxTplBlockStats,
}Fields§
§frame_width: c_int§frame_height: c_int§num_blocks: c_int§block_stats_list: *mut VpxTplBlockStatsTrait Implementations§
Source§impl Clone for VpxTplFrameStats
impl Clone for VpxTplFrameStats
Source§fn clone(&self) -> VpxTplFrameStats
fn clone(&self) -> VpxTplFrameStats
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 VpxTplFrameStats
Auto Trait Implementations§
impl !Send for VpxTplFrameStats
impl !Sync for VpxTplFrameStats
impl Freeze for VpxTplFrameStats
impl RefUnwindSafe for VpxTplFrameStats
impl Unpin for VpxTplFrameStats
impl UnsafeUnpin for VpxTplFrameStats
impl UnwindSafe for VpxTplFrameStats
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