#[repr(C)]pub struct h265_info {Show 23 fields
pub width: u32,
pub height: u32,
pub bit_depth_luma: u8,
pub sar_width: u32,
pub sar_height: u32,
pub crop_left: u32,
pub crop_top: u32,
pub crop_width: u32,
pub crop_height: u32,
pub full_range: c_int,
pub colour_description_present: c_int,
pub colour_primaries: u32,
pub transfer_characteristics: u32,
pub matrix_coefficients: u32,
pub num_units_in_tick: u32,
pub time_scale: u32,
pub framerate: f32,
pub framerate_num: u32,
pub framerate_den: u32,
pub nal_hrd_bitrate: u32,
pub nal_hrd_cpb_size: u32,
pub vcl_hrd_bitrate: u32,
pub vcl_hrd_cpb_size: u32,
}Fields§
§width: u32§height: u32§bit_depth_luma: u8§sar_width: u32§sar_height: u32§crop_left: u32§crop_top: u32§crop_width: u32§crop_height: u32§full_range: c_int§colour_description_present: c_int§colour_primaries: u32§transfer_characteristics: u32§matrix_coefficients: u32§num_units_in_tick: u32§time_scale: u32§framerate: f32§framerate_num: u32§framerate_den: u32§nal_hrd_bitrate: u32§nal_hrd_cpb_size: u32§vcl_hrd_bitrate: u32§vcl_hrd_cpb_size: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for h265_info
impl RefUnwindSafe for h265_info
impl Send for h265_info
impl Sync for h265_info
impl Unpin for h265_info
impl UnwindSafe for h265_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