Struct video_output_info
Source #[repr(C)]
pub struct video_output_info {
pub name: *const c_char,
pub format: video_format,
pub fps_num: u32,
pub fps_den: u32,
pub width: u32,
pub height: u32,
pub cache_size: usize,
pub colorspace: video_colorspace,
pub range: video_range_type,
}
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self).
That is, this conversion is whatever the implementation of
From<T> for U chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.