#[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,
}Fields§
§name: *const c_char§format: video_format§fps_num: u32§fps_den: u32§width: u32§height: u32§cache_size: usize§colorspace: video_colorspace§range: video_range_typeAuto Trait Implementations§
impl Freeze for video_output_info
impl RefUnwindSafe for video_output_info
impl !Send for video_output_info
impl !Sync for video_output_info
impl Unpin for video_output_info
impl UnwindSafe for video_output_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