#[repr(C)]pub struct x264_zone_t {
pub i_start: c_int,
pub i_end: c_int,
pub b_force_qp: c_int,
pub i_qp: c_int,
pub f_bitrate_factor: f32,
pub param: *mut x264_param_t,
}Fields§
§i_start: c_int§i_end: c_int§b_force_qp: c_int§i_qp: c_int§f_bitrate_factor: f32§param: *mut x264_param_tTrait Implementations§
Source§impl Clone for x264_zone_t
impl Clone for x264_zone_t
Source§fn clone(&self) -> x264_zone_t
fn clone(&self) -> x264_zone_t
Returns a copy 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 x264_zone_t
impl Debug for x264_zone_t
impl Copy for x264_zone_t
Auto Trait Implementations§
impl Freeze for x264_zone_t
impl RefUnwindSafe for x264_zone_t
impl !Send for x264_zone_t
impl !Sync for x264_zone_t
impl Unpin for x264_zone_t
impl UnwindSafe for x264_zone_t
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