#[repr(C)]pub struct vdef_frame_info {Show 14 fields
pub timestamp: u64,
pub timescale: u32,
pub capture_timestamp: u64,
pub index: u32,
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 flags: u64,
}Fields§
§timestamp: u64§timescale: u32§capture_timestamp: u64§index: u32§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§flags: u64Trait Implementations§
Source§impl Clone for vdef_frame_info
impl Clone for vdef_frame_info
Source§fn clone(&self) -> vdef_frame_info
fn clone(&self) -> vdef_frame_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_frame_info
impl Debug for vdef_frame_info
impl Copy for vdef_frame_info
Auto Trait Implementations§
impl Freeze for vdef_frame_info
impl RefUnwindSafe for vdef_frame_info
impl Send for vdef_frame_info
impl Sync for vdef_frame_info
impl Unpin for vdef_frame_info
impl UnwindSafe for vdef_frame_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