#[repr(C)]pub struct x264_param_t__bindgen_ty_1 {
pub i_sar_height: c_int,
pub i_sar_width: c_int,
pub i_overscan: c_int,
pub i_vidformat: c_int,
pub b_fullrange: c_int,
pub i_colorprim: c_int,
pub i_transfer: c_int,
pub i_colmatrix: c_int,
pub i_chroma_loc: c_int,
}Fields§
§i_sar_height: c_int§i_sar_width: c_int§i_overscan: c_int§i_vidformat: c_int§b_fullrange: c_int§i_colorprim: c_int§i_transfer: c_int§i_colmatrix: c_int§i_chroma_loc: c_intTrait Implementations§
Source§impl Clone for x264_param_t__bindgen_ty_1
impl Clone for x264_param_t__bindgen_ty_1
Source§fn clone(&self) -> x264_param_t__bindgen_ty_1
fn clone(&self) -> x264_param_t__bindgen_ty_1
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_param_t__bindgen_ty_1
impl Debug for x264_param_t__bindgen_ty_1
impl Copy for x264_param_t__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for x264_param_t__bindgen_ty_1
impl RefUnwindSafe for x264_param_t__bindgen_ty_1
impl Send for x264_param_t__bindgen_ty_1
impl Sync for x264_param_t__bindgen_ty_1
impl Unpin for x264_param_t__bindgen_ty_1
impl UnwindSafe for x264_param_t__bindgen_ty_1
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