#[repr(C)]pub struct vdef_format_info {
pub framerate: vdef_frac,
pub bit_depth: c_uint,
pub full_range: bool,
pub color_primaries: vdef_color_primaries,
pub transfer_function: vdef_transfer_function,
pub matrix_coefs: vdef_matrix_coefs,
pub dynamic_range: vdef_dynamic_range,
pub tone_mapping: vdef_tone_mapping,
pub resolution: vdef_dim,
pub sar: vdef_dim,
pub mdcv: vdef_format_info__bindgen_ty_1,
pub cll: vdef_format_info__bindgen_ty_2,
}Fields§
§framerate: vdef_frac§bit_depth: c_uint§full_range: bool§color_primaries: vdef_color_primaries§transfer_function: vdef_transfer_function§matrix_coefs: vdef_matrix_coefs§dynamic_range: vdef_dynamic_range§tone_mapping: vdef_tone_mapping§resolution: vdef_dim§sar: vdef_dim§mdcv: vdef_format_info__bindgen_ty_1§cll: vdef_format_info__bindgen_ty_2Trait Implementations§
Source§impl Clone for vdef_format_info
impl Clone for vdef_format_info
Source§fn clone(&self) -> vdef_format_info
fn clone(&self) -> vdef_format_info
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 vdef_format_info
impl Debug for vdef_format_info
impl Copy for vdef_format_info
Auto Trait Implementations§
impl Freeze for vdef_format_info
impl RefUnwindSafe for vdef_format_info
impl Send for vdef_format_info
impl Sync for vdef_format_info
impl Unpin for vdef_format_info
impl UnwindSafe for vdef_format_info
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