#[repr(C)]pub struct vpx_rc_firstpass_stats {
pub frame_stats: *mut vpx_rc_frame_stats_t,
pub num_frames: c_int,
}Fields§
§frame_stats: *mut vpx_rc_frame_stats_t§num_frames: c_intTrait Implementations§
Source§impl Clone for vpx_rc_firstpass_stats
impl Clone for vpx_rc_firstpass_stats
Source§fn clone(&self) -> vpx_rc_firstpass_stats
fn clone(&self) -> vpx_rc_firstpass_stats
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 vpx_rc_firstpass_stats
impl Debug for vpx_rc_firstpass_stats
impl Copy for vpx_rc_firstpass_stats
Auto Trait Implementations§
impl Freeze for vpx_rc_firstpass_stats
impl RefUnwindSafe for vpx_rc_firstpass_stats
impl !Send for vpx_rc_firstpass_stats
impl !Sync for vpx_rc_firstpass_stats
impl Unpin for vpx_rc_firstpass_stats
impl UnwindSafe for vpx_rc_firstpass_stats
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