#[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: size_t, pub colorspace: video_colorspace, pub range: video_range_type, }

Fields

name: *const c_charformat: video_formatfps_num: u32fps_den: u32width: u32height: u32cache_size: size_tcolorspace: video_colorspacerange: video_range_type

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
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 resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
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.