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