#[repr(C)]pub struct vpx_rc_encodeframe_result {
pub sse: i64,
pub bit_count: i64,
pub pixel_count: i64,
pub actual_encoding_qindex: c_int,
}Fields§
§sse: i64§bit_count: i64§pixel_count: i64§actual_encoding_qindex: c_intTrait Implementations§
Source§impl Clone for vpx_rc_encodeframe_result
impl Clone for vpx_rc_encodeframe_result
Source§fn clone(&self) -> vpx_rc_encodeframe_result
fn clone(&self) -> vpx_rc_encodeframe_result
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_encodeframe_result
impl Debug for vpx_rc_encodeframe_result
impl Copy for vpx_rc_encodeframe_result
Auto Trait Implementations§
impl Freeze for vpx_rc_encodeframe_result
impl RefUnwindSafe for vpx_rc_encodeframe_result
impl Send for vpx_rc_encodeframe_result
impl Sync for vpx_rc_encodeframe_result
impl Unpin for vpx_rc_encodeframe_result
impl UnwindSafe for vpx_rc_encodeframe_result
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